Spaces:
Running
Running
JarvisChan630
commited on
Commit
·
af2994b
1
Parent(s):
346def9
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
|
|
20 |
&& rm -rf /var/lib/apt/lists/*
|
21 |
|
22 |
# FOR HUGGINGFACE
|
23 |
-
RUN chmod -R 777 /app
|
24 |
#
|
25 |
# Install dependencies
|
26 |
COPY requirements.txt .
|
|
|
20 |
&& rm -rf /var/lib/apt/lists/*
|
21 |
|
22 |
# FOR HUGGINGFACE
|
23 |
+
RUN chmod -R 777 /app
|
24 |
#
|
25 |
# Install dependencies
|
26 |
COPY requirements.txt .
|