Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 9 |
-
pip3 install -
|
| 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 && \
|