Skip to content

Commit

Permalink
Trying to fix environment issue 3
Browse files Browse the repository at this point in the history
  • Loading branch information
EGI-ILM committed Feb 7, 2024
1 parent a1b916a commit 838ce7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions single-user-sobigdata-aaai24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ RUN pip install --no-cache-dir \
flufl.lock \
jsonc-parser

RUN conda update --all
RUN conda update -n base -c defaults conda -y
RUN conda create -n GRTL python=3.9 -y
RUN conda activate GRTL

RUN pip install --no-cache-dir \
torch \
torchvision \
Expand All @@ -52,6 +47,11 @@ RUN pip install --no-cache-dir \

RUN mamba install -y protobuf==4.23.3

RUN conda update --all
# RUN conda update -n base -c defaults conda -y
RUN conda create -n GRTL python=3.9 -y
RUN conda activate GRTL

# -------------------------------
# Jupyter lab extensions
# -------------------------------
Expand Down

0 comments on commit 838ce7b

Please sign in to comment.