Skip to content

Commit

Permalink
Update Dockerfile to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota authored and lukehsiao committed Apr 11, 2020
1 parent c4f8d95 commit eb06245
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ ENV VIRTUAL_ENV=/home/user/.venv
RUN python -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"


ARG FONDUER_VERSION=
# Install python packages
# Set --build-arg FONDUER_VERSION=X.X.X to install a specific version of
# Fonduer, otherwise the lastest version is installed.
ARG FONDUER_VERSION=

# Install python packages
RUN pip install \
https://download.pytorch.org/whl/cpu/torch-1.1.0-cp37-cp37m-linux_x86_64.whl \
torch==1.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html \
# https://github.com/HazyResearch/fonduer/issues/390
"tensorboard<2.0.0,>=1.14.0" "scikit-learn<0.22.0,>=0.20.2" \
fonduer${FONDUER_VERSION:+==${FONDUER_VERSION}}

0 comments on commit eb06245

Please sign in to comment.