NitinBot002 commited on
Commit
1b80a2d
·
verified ·
1 Parent(s): d65b1b7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,10 +15,10 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
15
  WORKDIR /app
16
 
17
  # Upgrade pip
18
- RUN python -m pip install --upgrade pip
19
 
20
  # Install coral-server
21
- RUN pip install coral-server
22
 
23
  # Expose port 5555
24
  EXPOSE 5555
 
15
  WORKDIR /app
16
 
17
  # Upgrade pip
18
+ RUN python3 -m pip3 install --upgrade pip3
19
 
20
  # Install coral-server
21
+ RUN pip3 install coral-server
22
 
23
  # Expose port 5555
24
  EXPOSE 5555