conda init bash
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-21 12:52:43 +02:00
parent 28f91168ec
commit c1a25e2c25

View File

@ -27,5 +27,5 @@ COPY . .
RUN ls -la
RUN conda env create -n myenv_from_file -f environment.yml
RUN conda init bash
RUN conda activate myenv_from_file