Yuliang commited on
Commit
61532d9
1 Parent(s): 8b392f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
21
  libgbm1 \
22
  build-essential \
23
  libeigen3-dev \
24
- python3.9 \
25
  python3-pip \
26
  python-is-python3 \
27
  python3-opencv \
@@ -35,7 +35,7 @@ RUN useradd -m -u 1000 user
35
  # Switch to the "user" user
36
  USER user
37
 
38
- FROM python:3.9
39
 
40
  ENV PYTHONUNBUFFERED=1
41
 
 
21
  libgbm1 \
22
  build-essential \
23
  libeigen3-dev \
24
+ python3.8 \
25
  python3-pip \
26
  python-is-python3 \
27
  python3-opencv \
 
35
  # Switch to the "user" user
36
  USER user
37
 
38
+ FROM python:3.8
39
 
40
  ENV PYTHONUNBUFFERED=1
41