Skip to content

Commit

Permalink
added package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hopedisastro committed Sep 11, 2023
1 parent d9f45ad commit e32aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/eh-expansion-evaluator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -qqy \
&& rm -rf /var/lib/apt/lists/*

# Install Python packages
RUN pip3 install numpy pandas scikit-learn
RUN pip3 install numpy==1.24.4 pandas==2.0.3 scikit-learn==1.3.0

# Clone the repository
RUN git clone https://github.com/oscarlr/EH-expansion-evaluator && cd EH-expansion-evaluator && git checkout $VERSION
Expand Down

0 comments on commit e32aee9

Please sign in to comment.