diff --git a/Dockerfile b/Dockerfile index 49341b8..9ad0900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,12 +10,8 @@ RUN pip3 install --user kaggle pandas COPY . /app WORKDIR /app -RUN apt install python3.10-venv -y -RUN python3 -m venv docker_ium -CMD source docker_ium/bin/activate - RUN pip3 install pandas RUN pip3 install -U scikit-learn RUN pip install tensorflow==2.12.* -CMD deactivate +