Spaces:
Running
Running
Commit
·
4977f94
1
Parent(s):
9c0eb1f
Files added
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use an official Python runtime as the base image
|
2 |
-
FROM python:3.
|
3 |
LABEL authors="muzammil"
|
4 |
|
5 |
# Set the working directory inside the container
|
|
|
1 |
# Use an official Python runtime as the base image
|
2 |
+
FROM python:3.12.3
|
3 |
LABEL authors="muzammil"
|
4 |
|
5 |
# Set the working directory inside the container
|