Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# pick your favorite slim Python base
|
2 |
FROM python:3.10-slim
|
3 |
|
4 |
-
WORKDIR /app
|
5 |
|
6 |
# install dependencies
|
7 |
COPY requirements.txt .
|
|
|
1 |
# pick your favorite slim Python base
|
2 |
FROM python:3.10-slim
|
3 |
|
4 |
+
#WORKDIR /app
|
5 |
|
6 |
# install dependencies
|
7 |
COPY requirements.txt .
|