Spaces:
Runtime error
Runtime error
Commit
·
58d52e0
1
Parent(s):
6df057a
remove python slim
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.9
|
2 |
|
3 |
|
4 |
# Set working directory
|
|
|
1 |
+
FROM python:3.9-slim
|
2 |
|
3 |
|
4 |
# Set working directory
|