Skip to content

Commit

Permalink
Upgrade VW
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Dec 7, 2019
1 parent e46c734 commit 734ed09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@ RUN apt update && apt install -y libboost-dev libboost-program-options-dev libbo

# Install jupyter, matplotlib and vowpalwabbit
RUN pip install --no-cache --upgrade pip && \
pip install --no-cache notebook==5.* matplotlib pandas vowpalwabbit numpy sklearn
pip install --no-cache notebook==5.* matplotlib pandas vowpalwabbit==8.8.0 numpy sklearn

# Create user with a home directory
ARG NB_USER
Expand Down

0 comments on commit 734ed09

Please sign in to comment.