gmerrill commited on
Commit
8457f40
1 Parent(s): efec77b
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -14,10 +14,6 @@ RUN mkdir -p /.cache/huggingface/hub && \
14
  chmod a+rw /.cache/huggingface/hub && \
15
  echo made huggingface cache dir read-write
16
 
17
- RUN mkdir -p /.cache/gorilla && \
18
- chmod a+rw /.cache/gorilla && \
19
- echo made gorilla cache dir read-write
20
-
21
  # Set up a new user named "user" with user ID 1000
22
  RUN useradd -m -u 1000 user
23
  # Switch to the "user" user
 
14
  chmod a+rw /.cache/huggingface/hub && \
15
  echo made huggingface cache dir read-write
16
 
 
 
 
 
17
  # Set up a new user named "user" with user ID 1000
18
  RUN useradd -m -u 1000 user
19
  # Switch to the "user" user