Skip to content

Commit 379f15d

Browse files
committed
Forced Git to use HTTPS repo URLs over SSH
1 parent 6fe2e46 commit 379f15d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ RUN pip install --no-cache-dir torch>=1.13.1 --index-url https://download.pytorc
5555
# Install base runtime requirements
5656
RUN pip install --no-cache-dir -r requirements/runtime.txt
5757

58+
# Update git config to foce use HTTPS urls over SSH
59+
RUN git config --global url."https://github.com/".insteadOf [email protected]:
60+
5861
# Install API requirements (optional)
5962
RUN pip install --no-cache-dir -r requirements/api.txt || true
6063

0 commit comments

Comments
 (0)