update dockerfile
This commit is contained in:
parent
f8777ae960
commit
69f89a4092
10
Dockerfile
10
Dockerfile
@ -10,5 +10,13 @@ RUN pip3 install --user kaggle pandas
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
CMD ./script1
|
||||
RUN apt install python3.10-venv
|
||||
RUN python3 -m venv docker_ium
|
||||
RUN source docker_ium/bin/activate
|
||||
|
||||
RUN pip3 install pandas
|
||||
RUN pip3 install -U scikit-learn
|
||||
|
||||
|
||||
#CMD python3 script2.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user