fix dockerfile
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4104fb57cf
commit
28f91168ec
@ -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
|
Loading…
Reference in New Issue
Block a user