oriqqqqqqat
commited on
Commit
·
f603a4b
1
Parent(s):
b2777d0
modify
Browse files- Dockerfile +2 -2
- requirements.txt +0 -0
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
# ใช้ Python 3.
|
| 2 |
-
FROM python:3.
|
| 3 |
|
| 4 |
# สร้างโฟลเดอร์ทำงาน
|
| 5 |
WORKDIR /code
|
|
|
|
| 1 |
+
# ใช้ Python 3.10
|
| 2 |
+
FROM python:3.10
|
| 3 |
|
| 4 |
# สร้างโฟลเดอร์ทำงาน
|
| 5 |
WORKDIR /code
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|