JarvisChan630 commited on
Commit
346def9
1 Parent(s): 640d15d
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -18,6 +18,9 @@ RUN apt-get update && apt-get install -y \
18
  wget \
19
  gnupg \
20
  && rm -rf /var/lib/apt/lists/*
 
 
 
21
  #
22
  # Install dependencies
23
  COPY requirements.txt .
 
18
  wget \
19
  gnupg \
20
  && rm -rf /var/lib/apt/lists/*
21
+
22
+ # FOR HUGGINGFACE
23
+ RUN chmod -R 777 /app/.files
24
  #
25
  # Install dependencies
26
  COPY requirements.txt .