Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
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 |
|