Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
FROM python:3
|
2 |
|
3 |
#ENV PATH="/home/user/.local/bin:$PATH"
|
4 |
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Install necessary dependencies with apk
|
8 |
-
RUN
|
9 |
-
|
10 |
-
RUN
|
11 |
|
12 |
COPY ./requirements.txt requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
1 |
+
FROM winamd64/python:3
|
2 |
|
3 |
#ENV PATH="/home/user/.local/bin:$PATH"
|
4 |
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Install necessary dependencies with apk
|
8 |
+
RUN winget install python
|
9 |
+
RUN winget install ffmpeg
|
10 |
+
RUN winget install MiKTeX.MiKTeX
|
11 |
|
12 |
COPY ./requirements.txt requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|