Skip to content

Commit 8ca0f69

Browse files
author
Beat Buesser
committed
Update Dockerfile
Signed-off-by: Beat Buesser <[email protected]>
1 parent beda3f2 commit 8ca0f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN pip3 install GPy==1.9.9
2020
RUN pip3 install lightgbm==2.3.1
2121
RUN pip3 install xgboost==1.1.1
2222

23-
RUN pip3 install pytest==5.4.1 pytest-pep8==1.0.6 pytest-mock==3.2.0 codecov==2.0.22 requests==2.23.0
23+
RUN pip3 install pytest==5.4.1 pytest-pep8==1.0.6 pytest-mock==3.2.0 codecov==2.1.8 requests==2.23.0
2424

2525
RUN mkdir /project; mkdir /project/TMP
2626
VOLUME /project/TMP

0 commit comments

Comments
 (0)