Badal commited on
Commit
c6f6203
·
1 Parent(s): 26a4ea6

Fix: Add python3.11-venv for HF CLI

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
9
  git \
10
  python3 \
11
  python3-pip \
 
12
  build-essential \
13
  gcc \
14
  g++ \
 
9
  git \
10
  python3 \
11
  python3-pip \
12
+ python3.11-venv \
13
  build-essential \
14
  gcc \
15
  g++ \