diff --git a/Dockerfile b/Dockerfile index 5f414da..459aab7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ RUN apt-get update && \ #RUN pip3 install --user pandas #RUN pip3 install --user scikit-learn -RUN apt install python3.10-venv RUN apt install python3.10-venv -y #RUN python3 -m venv docker_ium