Skip to content

Commit 37e6bde

Browse files
committed
git clone in docker
1 parent f384db5 commit 37e6bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN . ~/miniconda3/etc/profile.d/conda.sh && \
5555
conda clean -y --all
5656

5757
# copy file at last to not trigger changes above unnecessarily
58-
COPY . .
58+
RUN git clone https://github.com/kengz/SLM-Lab.git .
5959

6060
RUN . ~/miniconda3/etc/profile.d/conda.sh && \
6161
conda activate lab && \

0 commit comments

Comments
 (0)