Commit History
Re-adding cache dirs with 777. idk man.
f5588d0
verified
Removing local .cache directory from snapshot_download
f470e32
meg-huggingface
commited on
Adding .cache directory
8e34882
meg-huggingface
commited on
Removing WORKDIR again.
3141dfe
verified
chmod 777 for /runs
211c0ff
verified
Update entrypoint.sh
f9db73b
verified
I have no clue how the creation of directories, and writing into them, is working.
28aee03
verified
Update Dockerfile
837d2d1
verified
Adding WORKDIR again, randomly trying to add other directories.
488fd5c
verified
Removing WORKDIR /data
1621429
verified
Trying to make /data and /.cache directories appear, and have the content that the logs say is being written out to it.
497b887
verified
Adding 'data' directory to Dockerfile
206fb02
verified
Trying to make the results saved locally.
b10feff
verified
single quotes --> double quotes for calling hydra.run.dir
0285329
verified
Update Dockerfile
8f16bc5
verified
Trying to add .cache directory from the Docker.
1cb68d0
verified
Update entrypoint.sh
9c8006c
verified
Removing 'user' from ENV definitions.
1590827
verified
Moving ENV definitions to start of Dockerfile.
b9e8649
verified
Removing all chown business.
52e7969
verified
Why is it not finding the right libraries anymore? Sigh.
32c109c
verified
Attempting reading the requests using snapshot_download instead of the datasets package.
27979f6
meg-huggingface
commited on
Removing some chowns from Dockerfile that I previously added, to see what happens.
1bc807f
verified
Update Dockerfile
dda6f97
verified
Update Dockerfile
2152124
verified
Update Dockerfile
5d17777
verified
Update Dockerfile
748a25e
verified
Update Dockerfile
9e14c40
verified
More playing with 'user' and permissions.
f3f1538
verified
chown -R user:user Debug
3de7864
verified
Playing more with 'user'.
da355f5
verified
Update Dockerfile
82c03af
verified
Adding more --chown=user s
95f0d4e
verified
Explicitly adding support for python3 and pip.
ba8cdca
verified
More playing with 'user' variable and permissions.
80c4ae1
verified
Paying with 'user' variable.
80b325c
verified
Removing .cache directory that didn't seem to be doing anything.
5c5223a
meg-huggingface
commited on
Adding requests parser to Dockerfile.
810cff4
verified
Simplifying variable definition.
38b2415
verified
Reading backend_model and experiment_name from parse_requests output.
f18e497
verified
Adding parser for request files
58b7eaf
meg-huggingface
commited on