abdeljalilELmajjodi commited on
Commit
30a2b10
·
verified ·
1 Parent(s): 5d823b7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -6
Dockerfile CHANGED
@@ -2,12 +2,12 @@ FROM python:3.9-slim
2
  #FROM python:3.11-slim
3
  WORKDIR /app
4
 
5
- # RUN apt-get update && apt-get install -y \
6
- # build-essential \
7
- # curl \
8
- # software-properties-common \
9
- # git \
10
- # && rm -rf /var/lib/apt/lists/*
11
 
12
  COPY requirements.txt ./
13
  COPY src/ ./src/
 
2
  #FROM python:3.11-slim
3
  WORKDIR /app
4
 
5
+ RUN apt-get update && apt-get install -y \
6
+ build-essential \
7
+ curl \
8
+ software-properties-common \
9
+ git \
10
+ && rm -rf /var/lib/apt/lists/*
11
 
12
  COPY requirements.txt ./
13
  COPY src/ ./src/