Skip to content

Commit d0c349b

Browse files
committed
remove excess copy
1 parent 2278a39 commit d0c349b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/deploy_to_hf.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,6 @@ COPY src/core/ /app/src/core/
256256
# Copy OpenSpiel environment
257257
COPY src/envs/openspiel_env/ /app/src/envs/openspiel_env/
258258
259-
# Copy README for web interface documentation
260-
COPY src/envs/openspiel_env/README.md /app/README.md
261-
262259
# Extend Python path for OpenEnv (base image set PYTHONPATH=/app/src)
263260
# We prepend OpenSpiel paths
264261
ENV PYTHONPATH=/repo:/repo/build/python:/app/src

0 commit comments

Comments
 (0)