RUN apt update && apt install -y screen libgl1-mesa-glx | RUN apt update && apt install -y screen libgl1-mesa-glx | ||||
# Install python dependencies | # Install python dependencies | ||||
RUN pip install --upgrade pip | |||||
RUN python -m pip install --upgrade pip | |||||
COPY requirements.txt . | COPY requirements.txt . | ||||
RUN pip install -r requirements.txt gsutil | RUN pip install -r requirements.txt gsutil | ||||
numpy>=1.18.5 | numpy>=1.18.5 | ||||
opencv-python>=4.1.2 | opencv-python>=4.1.2 | ||||
Pillow | Pillow | ||||
PyYAML==5.4.1 | |||||
PyYAML>=5.3.1 | |||||
scipy>=1.4.1 | scipy>=1.4.1 | ||||
tensorboard>=2.2 | tensorboard>=2.2 | ||||
torch>=1.7.0 | torch>=1.7.0 |