Spaces:
Sleeping
Sleeping
asrvastava
commited on
Commit
·
9618b09
1
Parent(s):
5eef733
third
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -20,6 +20,7 @@ RUN pip install tensorflow-io-gcs-filesystem==0.31.0
|
|
20 |
RUN pip install threadpoolctl==3.2.0
|
21 |
RUN pip install typing-extensions==4.8.0
|
22 |
RUN pip install unicorn==2.0.1.post1
|
|
|
23 |
|
24 |
|
25 |
COPY . .
|
|
|
20 |
RUN pip install threadpoolctl==3.2.0
|
21 |
RUN pip install typing-extensions==4.8.0
|
22 |
RUN pip install unicorn==2.0.1.post1
|
23 |
+
RUN pip install xgboost
|
24 |
|
25 |
|
26 |
COPY . .
|