Andhs commited on
Commit
b7125bf
·
verified ·
1 Parent(s): a0b1374

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  # Clone framework natively into an application staging directory
12
- RUN git clone --recurse-submodules https://github.com /app/dllm-source
13
 
14
  # Install the library globally so it compiles securely across all user sessions
15
  RUN pip install --no-cache-dir /app/dllm-source && \
 
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  # Clone framework natively into an application staging directory
12
+ RUN git clone --recurse-submodules https://github.com/ZHZisZZ/dllm.git /app/dllm-source
13
 
14
  # Install the library globally so it compiles securely across all user sessions
15
  RUN pip install --no-cache-dir /app/dllm-source && \