Dockerfile fix
This commit is contained in:
parent
d1176ead60
commit
0791e187f4
@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y python3-pip unzip sshpass openssh-clien
|
||||
|
||||
RUN export PATH="$PATH:/root/.local/bin"
|
||||
|
||||
RUN pip3 install kaggle pandas scikit-learn tensorflow keras matplotlib numpy sacred mlflow dvc dvc[ssh] paramiko
|
||||
RUN pip3 install kaggle pandas scikit-learn tensorflow keras matplotlib numpy sacred mlflow dvc dvc[ssh] sshfs paramiko
|
||||
|
||||
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user