hprasath commited on
Commit
cb28fab
1 Parent(s): d9191ca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -12,12 +12,7 @@ COPY ./package-lock.json /code/package-lock.json
12
  RUN npm install
13
 
14
  # Copy Python application files
15
- COPY ./app /code/app
16
 
17
- # Install Python and necessary dependencies
18
- RUN apt-get update && \
19
- apt-get install -y python3-pip && \
20
- pip3 install --no-cache-dir uvicorn fastapi
21
 
22
  # Expose port
23
  EXPOSE 7860
 
12
  RUN npm install
13
 
14
  # Copy Python application files
 
15
 
 
 
 
 
16
 
17
  # Expose port
18
  EXPOSE 7860