Yuliang commited on
Commit
1c56184
1 Parent(s): 88880e6

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 \
@@ -34,7 +34,7 @@ RUN useradd -m -u 1000 user
34
  # Switch to the "user" user
35
  USER user
36
 
37
- FROM python:3.9
38
 
39
  ENV PYTHONUNBUFFERED=1
40
 
 
21
  libgbm1 \
22
  build-essential \
23
  libeigen3-dev \
24
+ python3.8 \
25
  python3-pip \
26
  python-is-python3 \
27
  python3-opencv \
 
34
  # Switch to the "user" user
35
  USER user
36
 
37
+ FROM python:3.8
38
 
39
  ENV PYTHONUNBUFFERED=1
40