Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM rendyprojects/python:latest
|
2 |
|
3 |
-
WORKDIR /app
|
4 |
|
5 |
RUN apt -qq update
|
6 |
RUN apt -qq install -y --no-install-recommends \
|
@@ -13,7 +13,7 @@ WORKDIR /app/
|
|
13 |
ffmpeg \
|
14 |
neofetch
|
15 |
|
16 |
-
COPY .
|
17 |
|
18 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|
19 |
RUN pip3 install -r requirements.txt
|
|
|
1 |
FROM rendyprojects/python:latest
|
2 |
|
3 |
+
WORKDIR /app
|
4 |
|
5 |
RUN apt -qq update
|
6 |
RUN apt -qq install -y --no-install-recommends \
|
|
|
13 |
ffmpeg \
|
14 |
neofetch
|
15 |
|
16 |
+
COPY . /app
|
17 |
|
18 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|
19 |
RUN pip3 install -r requirements.txt
|