kumahiyo commited on
Commit
5f7f2b3
1 Parent(s): a79e202

set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION env

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
 
4
 
5
  RUN apt update && \
6
  apt install -y bash \
 
1
  FROM nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
+ ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
5
 
6
  RUN apt update && \
7
  apt install -y bash \