fix dockerfile
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-21 12:39:48 +02:00
parent 4104fb57cf
commit 28f91168ec

View File

@ -20,12 +20,12 @@ RUN apt-get install wget
# RUN pip3 install mlflow
# RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
RUN conda env create -n myenv_from_file -f environment.yml
RUN conda activate myenv_from_file
WORKDIR /app
COPY . .
RUN ls -la
RUN conda env create -n myenv_from_file -f environment.yml
RUN conda activate myenv_from_file