Skip to content

Commit

Permalink
try to fix CI docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
m authored and m committed May 11, 2024
1 parent 6f46efd commit 2f2f7c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions containers/BasicTerm_ME_python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM pytorch/pytorch:2.2.2-cuda11.8-cudnn8-runtime
# Set the working directory in the container
WORKDIR /app

RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade "jax[cuda12]"
RUN python -m pip install \
RUN pip install --upgrade pip
RUN pip install --upgrade "jax[cuda12]"
RUN pip install \
pandas \
openpyxl \
equinox \
Expand Down

0 comments on commit 2f2f7c3

Please sign in to comment.