Spaces:
Runtime error
Runtime error
Commit
·
90bff15
1
Parent(s):
6aaebf0
first commit
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
@@ -3,7 +3,11 @@
|
|
3 |
|
4 |
FROM python:3.9
|
5 |
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
|
8 |
WORKDIR /code
|
9 |
|
|
|
3 |
|
4 |
FROM python:3.9
|
5 |
|
6 |
+
USER root
|
7 |
+
|
8 |
+
RUN chmod 777 /code
|
9 |
+
|
10 |
+
ENV HF_HOME=/code
|
11 |
|
12 |
WORKDIR /code
|
13 |
|