Skip to content

Commit

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

RUN conda install anaconda
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
Expand Down

0 comments on commit d69895f

Please sign in to comment.