Spaces:
Sleeping
Sleeping
RahulChhatbar
commited on
Commit
•
69bdc88
1
Parent(s):
3ebddc9
dockerfile update
Browse files- dockerfile +3 -0
dockerfile
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
# Set the working directory inside the container
|
2 |
WORKDIR /opt/app
|
3 |
|
|
|
1 |
+
# Use an official Python runtime as the base image
|
2 |
+
FROM python:3.9-slim
|
3 |
+
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /opt/app
|
6 |
|