Spaces:
Sleeping
Sleeping
upd
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ COPY --link --chown=1000 . .
|
|
| 14 |
RUN mkdir -p /tmp/cache/
|
| 15 |
RUN chmod a+rwx -R /tmp/cache/
|
| 16 |
ENV TRANSFORMERS_CACHE=/tmp/cache/
|
| 17 |
-
RUN apt-get update && apt-get install -y libgl1
|
| 18 |
|
| 19 |
|
| 20 |
ENV HF_HOME=/home/user/huggingface
|
|
|
|
| 14 |
RUN mkdir -p /tmp/cache/
|
| 15 |
RUN chmod a+rwx -R /tmp/cache/
|
| 16 |
ENV TRANSFORMERS_CACHE=/tmp/cache/
|
| 17 |
+
# RUN apt-get update && apt-get install -y libgl1
|
| 18 |
|
| 19 |
|
| 20 |
ENV HF_HOME=/home/user/huggingface
|