AItool commited on
Commit
d3a95ce
·
verified ·
1 Parent(s): c9e4285

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM python:3.9-slim
2
 
3
  WORKDIR /home-fasthtml
4
 
 
 
5
  # Install build tools
6
  RUN apt-get update \
7
  && apt-get install -y --no-install-recommends \
 
2
 
3
  WORKDIR /home-fasthtml
4
 
5
+ RUN pip install --upgrade pip
6
+
7
  # Install build tools
8
  RUN apt-get update \
9
  && apt-get install -y --no-install-recommends \