Spaces:
Running
on
A10G
Running
on
A10G
GitLab CI
commited on
Commit
·
fa303b0
1
Parent(s):
6831f1f
Update game build from GitLab CI
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Utiliser Python 3.
|
2 |
-
FROM python:3.
|
3 |
|
4 |
# Installer poetry
|
5 |
RUN pip install poetry
|
|
|
1 |
+
# Utiliser Python 3.10 comme base
|
2 |
+
FROM python:3.10-slim
|
3 |
|
4 |
# Installer poetry
|
5 |
RUN pip install poetry
|