Commit 17a05f0d authored by Sikhin VC's avatar Sikhin VC

abc

parent 7142c14a
...@@ -2,7 +2,7 @@ FROM nvcr.io/nvidia/l4t-pytorch:r32.5.0-pth1.7-py3 ...@@ -2,7 +2,7 @@ FROM nvcr.io/nvidia/l4t-pytorch:r32.5.0-pth1.7-py3
RUN apt-get update RUN apt-get update
RUN apt install tzdata ffmpeg libsm6 libxext6 -y RUN apt install tzdata ffmpeg libsm6 libxext6 -y
RUN apt update; apt install -y python3-pip cmake
RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install scipy==1.5.4 RUN python3 -m pip install scipy==1.5.4
ADD . /app ADD . /app
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment