Spaces:
Running
Running
env
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
-
COPY
|
4 |
-
|
5 |
-
WORKDIR /
|
6 |
|
7 |
# Install dependencies
|
8 |
RUN pip install --no-cache --upgrade -r /requirements.txt
|
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
+
COPY ./ ./
|
|
|
|
|
4 |
|
5 |
# Install dependencies
|
6 |
RUN pip install --no-cache --upgrade -r /requirements.txt
|