amidiamond commited on
Commit
39d069d
·
verified ·
1 Parent(s): 9ea1512

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y libgl1-mesa-glx
8
  # Install Python packages
9
  COPY requirements.txt .
10
  RUN pip install --no-cache-dir -r requirements.txt
11
-
12
  # Copy app files
13
  COPY . .
14
 
 
8
  # Install Python packages
9
  COPY requirements.txt .
10
  RUN pip install --no-cache-dir -r requirements.txt
11
+ RUN pip install python-multipart
12
  # Copy app files
13
  COPY . .
14