Spaces:
Sleeping
Sleeping
asrvastava
commited on
Commit
·
5eef733
1
Parent(s):
771c640
third
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ RUN pip install packaging==23.2
|
|
12 |
RUN pip install pydantic==2.5.2
|
13 |
RUN pip install pydantic-core==2.14.5
|
14 |
RUN pip install scikeras==0.12.0
|
15 |
-
RUN pip install scikit-learn==1.
|
16 |
RUN pip install scipy==1.11.4
|
17 |
RUN pip install sniffio==1.3.0
|
18 |
RUN pip install starlette==0.27.0
|
|
|
12 |
RUN pip install pydantic==2.5.2
|
13 |
RUN pip install pydantic-core==2.14.5
|
14 |
RUN pip install scikeras==0.12.0
|
15 |
+
RUN pip install scikit-learn==1.2.2
|
16 |
RUN pip install scipy==1.11.4
|
17 |
RUN pip install sniffio==1.3.0
|
18 |
RUN pip install starlette==0.27.0
|