diff --git a/containers/BasicTerm_ME_python/Dockerfile b/containers/BasicTerm_ME_python/Dockerfile index 9f50551..682e966 100644 --- a/containers/BasicTerm_ME_python/Dockerfile +++ b/containers/BasicTerm_ME_python/Dockerfile @@ -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 \