Spaces:
Sleeping
Sleeping
grapplerulrich
commited on
Commit
·
e3badb6
1
Parent(s):
a3cbe7b
Modify image
Browse files- Dockerfile +7 -4
Dockerfile
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
FROM python:3.
|
2 |
-
|
3 |
WORKDIR /app
|
4 |
-
|
|
|
|
|
5 |
RUN pip3 install -r requirements.txt
|
6 |
-
|
|
|
|
1 |
+
FROM python:3.10-slim
|
2 |
+
|
3 |
WORKDIR /app
|
4 |
+
|
5 |
+
ADD . /app
|
6 |
+
|
7 |
RUN pip3 install -r requirements.txt
|
8 |
+
|
9 |
+
EXPOSE 8501
|