Skip to content

Commit

Permalink
update MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard committed Nov 15, 2024
1 parent 974a39f commit 92e197b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/cpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN find ./kaggle_environments_chess/ -name "*.pyc" -exec rm -f {} \;
# rename pip package
RUN sed -i 's/kaggle-environments/kaggle-environments-chess/g' ./setup.py
RUN sed -i 's/kaggle_environments/kaggle_environments_chess/g' ./setup.py
RUN sed -i 's/kaggle_environments/kaggle_environments_chess/g' ./MANIFEST.in

# install kaggle-environments-chess
RUN pip install . && pytest
Expand Down

0 comments on commit 92e197b

Please sign in to comment.