zhoudanxie
commited on
Commit
•
b594c0d
1
Parent(s):
ac574eb
change python version to 3.11
Browse files- Dockerfile +1 -1
- README.md +1 -0
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
|
|
1 |
+
FROM python:3.11
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
README.md
CHANGED
@@ -6,6 +6,7 @@ colorTo: indigo
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: mit
|
|
|
9 |
---
|
10 |
|
11 |
# cra-window-rules
|
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
+
python_version: 3.11
|
10 |
---
|
11 |
|
12 |
# cra-window-rules
|