Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +7 -0
Dockerfile
CHANGED
@@ -11,6 +11,13 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
|
|
11 |
# γͺγγΈγγͺγγ―γγΌγ³
|
12 |
WORKDIR /app
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
RUN git config --global --add safe.directory /app
|
15 |
|
16 |
# app.py γγ³γ³γγγ«γ³γγΌ
|
|
|
11 |
# γͺγγΈγγͺγγ―γγΌγ³
|
12 |
WORKDIR /app
|
13 |
|
14 |
+
RUN mkdir -p ~/.cache/pip
|
15 |
+
RUN chmod 777 ~/.cache/pip
|
16 |
+
|
17 |
+
RUN mkdir -p ~/.local
|
18 |
+
RUN chmod 777 ~/.local
|
19 |
+
|
20 |
+
|
21 |
RUN git config --global --add safe.directory /app
|
22 |
|
23 |
# app.py γγ³γ³γγγ«γ³γγΌ
|