Spaces:
Sleeping
Sleeping
Sebastian Kułaga
commited on
Commit
•
e123e77
1
Parent(s):
a0f3256
Fixes
Browse files- dockerfile +1 -1
dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Use the official Python 3.10.
|
2 |
FROM python:3.10.14
|
3 |
|
4 |
# Copy the current directory contents into the container at .
|
|
|
1 |
+
# Use the official Python 3.10.14 image
|
2 |
FROM python:3.10.14
|
3 |
|
4 |
# Copy the current directory contents into the container at .
|