remainsalways commited on
Commit
bc89a24
·
verified ·
1 Parent(s): ef63223

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -5,9 +5,8 @@ RUN apt-get -y install git
5
  RUN apt-get install -y wget python3-pip curl bash neofetch ffmpeg software-properties-common
6
  WORKDIR /app
7
  COPY . /app
8
- RUN pip3 install wheel && \
9
- pip3 install -U pip3
10
- RUN pip3 install --no-cache-dir -U -r requirements.txt
11
 
12
  RUN chown -R 1000 /app /usr && \
13
  chown 777 /app && \
 
5
  RUN apt-get install -y wget python3-pip curl bash neofetch ffmpeg software-properties-common
6
  WORKDIR /app
7
  COPY . /app
8
+ RUN pip3 install --no-cache-dir -U pip redis fastapi nest-asyncio uvicorn && \
9
+ pip3 install --no-cache-dir -r requirements.txt
 
10
 
11
  RUN chown -R 1000 /app /usr && \
12
  chown 777 /app && \