OwenStOnge commited on
Commit
bae71e9
·
verified ·
1 Parent(s): 900105b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
10
  libxml2-dev \
11
  python3 \
12
  python3-pip \
 
 
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  # Install huggingface_hub Python package
 
10
  libxml2-dev \
11
  python3 \
12
  python3-pip \
13
+ python3-dev \
14
+ libpython3-dev \
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
  # Install huggingface_hub Python package