omrahm commited on
Commit
63134fe
·
verified ·
1 Parent(s): f6717c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN apt-get update && \
5
 
6
  RUN --mount=type=secret,id=GITHUB,mode=0444,required=true \
7
  GITHUB=$(cat /run/secrets/GITHUB) && \
8
- git clone https://${GITHUB}@github.com/omrahm/litellm.git /app
9
 
10
  WORKDIR /app
11
 
 
5
 
6
  RUN --mount=type=secret,id=GITHUB,mode=0444,required=true \
7
  GITHUB=$(cat /run/secrets/GITHUB) && \
8
+ git clone https://${GITHUB}@github.com/omrahm/litellm-hf.git /app
9
 
10
  WORKDIR /app
11