2cylu2 commited on
Commit
757c330
·
verified ·
1 Parent(s): 5f4d77c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -18,8 +18,9 @@ COPY --chown=user . /app
18
  # Upgrade pip
19
  RUN pip install --no-cache-dir --upgrade pip
20
 
21
- # Install pyharp (IMPORTANT)
22
- RUN pip install --no-cache-dir -e ./pyharp
 
23
 
24
  # Install other dependencies
25
  RUN pip install --no-cache-dir \
 
18
  # Upgrade pip
19
  RUN pip install --no-cache-dir --upgrade pip
20
 
21
+ # Install pyharp
22
+ RUN pip install --no-cache-dir git+https://github.com/TEAMuP-dev/pyharp
23
+
24
 
25
  # Install other dependencies
26
  RUN pip install --no-cache-dir \