Yuliang commited on
Commit
620a4ee
1 Parent(s): b1f58de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -68,7 +68,7 @@ RUN cd /tmp && pip install -r requirements.txt
68
  RUN pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu116_pyt1130/download.html
69
  RUN python -c "import torch; print(torch.version.cuda)"
70
 
71
- RUN chmod -R 777 $HOME
72
  ENV TRANSFORMERS_CACHE=/tmp
73
  ENV MPLCONFIGDIR=/tmp
74
 
 
68
  RUN pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu116_pyt1130/download.html
69
  RUN python -c "import torch; print(torch.version.cuda)"
70
 
71
+ RUN chmod 777 $HOME
72
  ENV TRANSFORMERS_CACHE=/tmp
73
  ENV MPLCONFIGDIR=/tmp
74