Jiecong Lin commited on
Commit
a0a2cbe
·
1 Parent(s): e195352

ADD ENV MPLCONFIGDIR

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM nvidia/cuda:12.5.1-cudnn-runtime-ubuntu22.04
2
  ENV DEBIAN_FRONTEND=noninteractive
 
3
  RUN apt-get update && apt-get install -y \
4
  python3.11 \
5
  python3.11-venv \
 
1
  FROM nvidia/cuda:12.5.1-cudnn-runtime-ubuntu22.04
2
  ENV DEBIAN_FRONTEND=noninteractive
3
+ ENV MPLCONFIGDIR=/tmp/matplotlib
4
  RUN apt-get update && apt-get install -y \
5
  python3.11 \
6
  python3.11-venv \