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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
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
 
15
  WORKDIR /app
16
 
17
  # Upgrade pip
18
+ RUN python -m pip3 install --upgrade pip3
19
 
20
  # Install coral-server
21
  RUN pip3 install coral-server