Spaces:
Running
Running
Update Dockerfile
#2
by soiz1 - opened
- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
# Use the official Python 3.11.9 image
|
| 2 |
FROM python:3.11.9
|
| 3 |
|
|
|
|
| 1 |
+
#for restart(You can delete) 再スタート用のコメント。マージしたら削除していいです。追加したくないなら右上の︙からRestartを押してください。
|
| 2 |
# Use the official Python 3.11.9 image
|
| 3 |
FROM python:3.11.9
|
| 4 |
|