Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/0.23-1/base/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ FROM ubuntu:${UBUNTU_VERSION}@sha256:${UBUNTU_IMAGE_DIGEST}

ARG MINICONDA_VERSION=4.12.0
ARG CONDA_CHECKSUM=4dc4214839c60b2f5eb3efbdee1ef5d9b45e74f2c09fcae6c8934a13f36ffc3e
ARG CONDA_PY_VERSION=37
ARG CONDA_PY_VERSION=38
ARG CONDA_PKG_VERSION=4.13.0
ARG PYTHON_VERSION=3.7.10
ARG PYTHON_VERSION=3.8.18
ARG PYARROW_VERSION=1.0.0
ARG MLIO_VERSION=0.6.0

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ scikit-learn==0.23.2
scipy==1.5.3
six==1.15.0
Werkzeug==0.15.6
gevent==23.9.1