Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -44,13 +44,13 @@ COPY requirements.txt .
|
|
44 |
RUN pip3 install --upgrade pip setuptools
|
45 |
RUN pip3 install -r requirements.txt
|
46 |
|
47 |
-
COPY version.json /.cache/akn/version.json
|
48 |
-
|
49 |
RUN mkdir -p /.cache/akn \
|
50 |
&& chown -R 1000:0 . \
|
51 |
&& chmod -R 777 /.cache/akn \
|
52 |
&& chmod -R 777 /.cache
|
53 |
|
|
|
|
|
54 |
RUN wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
|
55 |
RUN wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz.md5
|
56 |
RUN md5sum -c ffmpeg-git-amd64-static.tar.xz.md5
|
|
|
44 |
RUN pip3 install --upgrade pip setuptools
|
45 |
RUN pip3 install -r requirements.txt
|
46 |
|
|
|
|
|
47 |
RUN mkdir -p /.cache/akn \
|
48 |
&& chown -R 1000:0 . \
|
49 |
&& chmod -R 777 /.cache/akn \
|
50 |
&& chmod -R 777 /.cache
|
51 |
|
52 |
+
COPY version.json /.cache/akn/version.json
|
53 |
+
|
54 |
RUN wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
|
55 |
RUN wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz.md5
|
56 |
RUN md5sum -c ffmpeg-git-amd64-static.tar.xz.md5
|