relative path to learning.py script

This commit is contained in:
wikbom 2023-05-10 21:59:25 +02:00
parent 76714a0f2d
commit aa8d03eeb3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN pip install --user scikit-learn
# RUN echo "alias kaggle='~/.local/bin/kaggle'" >> ~/.bashrc
COPY ./learning.py ./
COPY ./../learning.py ./
# CMD ./script.sh 300
# CMD ./learning.pyRUN pip install --user numpy