test docker

This commit is contained in:
AdamOsiowy123 2022-05-02 16:34:37 +02:00
parent 267ff12eab
commit 59c3a134ac

View File

@ -7,5 +7,9 @@ WORKDIR /code
COPY . /code/
RUN pwd
RUN ls
RUN python3 -m pip install -r requirements.txt
RUN mkdir /.kaggle && chmod o+w /.kaggle