diff --git a/Dockerfile b/Dockerfile index 2d5dd2e..a52d2ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file