HBDing commited on
Commit
1a95607
·
1 Parent(s): 9b503b3
Files changed (1) hide show
  1. 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