Skip to content

Commit

Permalink
Not activate env
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraporn authored Dec 10, 2022
1 parent cef2e09 commit 121ccc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

FROM continuumio/miniconda3

RUN conda create -n evergy_project python=3.10.8 -y
RUN conda activate evergy_project
RUN conda install python=3.10.8 -y
# RUN conda create -n evergy_project python=3.10.8 -y
# RUN conda activate evergy_project

RUN conda install pandas=1.4.4 -y
RUN conda install scikit-learn=1.1.3 -y
Expand Down

0 comments on commit 121ccc0

Please sign in to comment.