update dockerfile
This commit is contained in:
parent
c38a3522d9
commit
ab0ebd918d
@ -10,12 +10,8 @@ RUN pip3 install --user kaggle pandas
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt install python3.10-venv -y
|
||||
RUN python3 -m venv docker_ium
|
||||
CMD source docker_ium/bin/activate
|
||||
|
||||
RUN pip3 install pandas
|
||||
RUN pip3 install -U scikit-learn
|
||||
RUN pip install tensorflow==2.12.*
|
||||
|
||||
CMD deactivate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user