anvisinghh commited on
Commit
85bdfbf
·
verified ·
1 Parent(s): 8375d98

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -3,7 +3,6 @@ FROM python:3.10-slim
3
 
4
  # Set the working directory in the container
5
  WORKDIR /app
6
-
7
  # Install system dependencies needed for some Python packages
8
  RUN apt-get update && apt-get install -y \
9
  build-essential \
 
3
 
4
  # Set the working directory in the container
5
  WORKDIR /app
 
6
  # Install system dependencies needed for some Python packages
7
  RUN apt-get update && apt-get install -y \
8
  build-essential \