Sergidev commited on
Commit
c30c902
1 Parent(s): ce10a1f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -6,9 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
6
 
7
  # Install system dependencies
8
  RUN apt-get update && apt-get install -y \
9
- python3.10 \
10
- python3.10-venv \
11
- python3.10-dev \
12
  python3-pip \
13
  cmake \
14
  build-essential \
 
6
 
7
  # Install system dependencies
8
  RUN apt-get update && apt-get install -y \
9
+ python3 \
 
 
10
  python3-pip \
11
  cmake \
12
  build-essential \