This commit is contained in:
Robert Bendun 2023-05-24 00:39:49 +02:00
parent 0b15d28a5b
commit 20c7bd440c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apt update && apt install -y vim make python3 python3-pip python-is-python3
RUN pip install pandas matplotlib scikit-learn tensorflow
RUN mkdir /ium
COPY . /ium
COPY .. /ium
WORKDIR /ium/src/