Content-Length: 193839 | pFad | http://github.com/youngLBW/HRN/issues/62
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i am running on docker, this is my dockerfile FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends cmake unzip git wget && apt-get install -y --no-install-recommends freeglut3-dev binutils-gold libglew-dev mesa-common-dev mesa-utils && apt-get install -y --no-install-recommends libegl1-mesa-dev libgles2-mesa-dev libnvidia-gl-525 libglib2.0-0 && apt-get clean -y && rm -rf /var/lib/apt/lists/*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fetched URL: http://github.com/youngLBW/HRN/issues/62
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
i am running on docker, this is my dockerfile
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
No interaction in install
ARG DEBIAN_FRONTEND=noninteractive
Install base utils
RUN apt-get update
&& apt-get install -y --no-install-recommends cmake unzip git wget
&& apt-get install -y --no-install-recommends freeglut3-dev binutils-gold libglew-dev mesa-common-dev mesa-utils
&& apt-get install -y --no-install-recommends libegl1-mesa-dev libgles2-mesa-dev libnvidia-gl-525 libglib2.0-0
&& apt-get clean -y
&& rm -rf /var/lib/apt/lists/*
The text was updated successfully, but these errors were encountered: