Skip to content

Commit

Permalink
Allow current library versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Jul 14, 2023
1 parent 1c9ae23 commit ceea3f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ WORKDIR ${WAGL_DIR}
ADD . ./

# Install dependencies required for unittests
RUN pip install -r requirements.txt
# RUN pip install -r requirements.txt
RUN pip install git+https://github.com/sixy6e/idl-functions.git#egg=master
RUN pip install -e .
# Print the deps used.
RUN pip freeze

# include basic details for diagnostics
RUN which python; python --version;
Expand Down

0 comments on commit ceea3f3

Please sign in to comment.