Spaces:
Sleeping
Sleeping
Commit
·
bbda44c
1
Parent(s):
2e5e529
Adding application files
Browse files- Dockerfile +1 -1
- requirements.txt +0 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
|
3 |
RUN useradd -m -u 1000 user
|
4 |
USER user
|
|
|
1 |
+
FROM python:3.11
|
2 |
|
3 |
RUN useradd -m -u 1000 user
|
4 |
USER user
|
requirements.txt
CHANGED
@@ -62,7 +62,6 @@ sympy==1.13.1
|
|
62 |
tensorboard==2.18.0
|
63 |
tensorboard-data-server==0.7.2
|
64 |
tensorflow==2.18.0
|
65 |
-
tensorflow_intel==2.18.0
|
66 |
tensorflow-io-gcs-filesystem==0.31.0
|
67 |
termcolor==2.5.0
|
68 |
threadpoolctl==3.5.0
|
|
|
62 |
tensorboard==2.18.0
|
63 |
tensorboard-data-server==0.7.2
|
64 |
tensorflow==2.18.0
|
|
|
65 |
tensorflow-io-gcs-filesystem==0.31.0
|
66 |
termcolor==2.5.0
|
67 |
threadpoolctl==3.5.0
|