Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
09a86ba4fc
commit
e69bb06cf6
@ -7,10 +7,10 @@ RUN apt-get install -y figlet
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./requirements.txt ./
|
||||
COPY ./script.py ./
|
||||
COPY ./script2.py ./
|
||||
COPY ./kaggle.json /root/.kaggle/
|
||||
|
||||
RUN pip3 install --user -r ./requirements.txt
|
||||
|
||||
CMD python3 script.py
|
||||
CMD python3 script2.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user