From 6bfa68b45ed3f1703ca8c771fd0d198d833f5a7c Mon Sep 17 00:00:00 2001 From: Pramit Dutta Date: Sat, 11 Feb 2023 11:07:36 +0000 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f2153ad2..e256bd91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ WORKDIR /workspace RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3-tk python-pip git tmux htop tree RUN python -m pip install --upgrade pip -#RUN python -m pip install torch==1.4.0 -#RUN python -m pip install torchvision==0.5.0 +RUN python -m pip install torch==1.4.0 +RUN python -m pip install torchvision==0.5.0 RUN python -m pip install pycocotools==2.0.0 #RUN chmod a+rwx -R /opt/conda/ From 6dcb4cc88dc41ee73aed03423d6e3162b0ce8193 Mon Sep 17 00:00:00 2001 From: Pramit Dutta Date: Sat, 11 Feb 2023 11:22:07 +0000 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e256bd91..f2153ad2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ WORKDIR /workspace RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3-tk python-pip git tmux htop tree RUN python -m pip install --upgrade pip -RUN python -m pip install torch==1.4.0 -RUN python -m pip install torchvision==0.5.0 +#RUN python -m pip install torch==1.4.0 +#RUN python -m pip install torchvision==0.5.0 RUN python -m pip install pycocotools==2.0.0 #RUN chmod a+rwx -R /opt/conda/