提交 2077d788 authored 作者: Glenn Jocher's avatar Glenn Jocher

update Dockerfile with libgl1-mesa-glx

上级 f5da528d
......@@ -5,6 +5,9 @@ FROM nvcr.io/nvidia/pytorch:20.03-py3
COPY requirements.txt .
RUN pip install -r requirements.txt gsutil
# ImportError: libGL.so.1: cannot open shared object file: No such file or directory solution
RUN apt update && apt install -y libgl1-mesa-glx
# Create working directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论