hprasath commited on
Commit
7e3d008
·
verified ·
1 Parent(s): 447b213

Update Dockerfile

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