Spaces:
Runtime error
Runtime error
fix permission denied
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
FROM python:3.8
|
2 |
|
|
|
|
|
|
|
3 |
RUN apt-get update -y
|
4 |
RUN apt-get install ffmpeg -y
|
5 |
RUN apt-get install vim -y
|
|
|
1 |
FROM python:3.8
|
2 |
|
3 |
+
ENV MODELSCOPE_CACHE /tmp/modelscope
|
4 |
+
ENV MODELSCOPE_MODULES_CACHE /tmp/modelscope_modules
|
5 |
+
|
6 |
RUN apt-get update -y
|
7 |
RUN apt-get install ffmpeg -y
|
8 |
RUN apt-get install vim -y
|