Spaces:
Sleeping
Sleeping
Bhushan4829
commited on
Commit
·
814e44a
1
Parent(s):
11016fe
Updated Docker File
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use the official Python 3.9 image
|
2 |
-
FROM python:3.9-
|
3 |
|
4 |
# Create a non-root user
|
5 |
RUN useradd -m appuser
|
|
|
1 |
# Use the official Python 3.9 image
|
2 |
+
FROM python:3.9-slim
|
3 |
|
4 |
# Create a non-root user
|
5 |
RUN useradd -m appuser
|