Skip to content

Commit 8cff0ab

Browse files
committed
docker copy git
1 parent 37e6bde commit 8cff0ab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: .dockerignore

-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@
3232
**/*.html
3333
**/*.log
3434
**/*.meta
35-
36-
.git

Diff for: 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-
RUN git clone https://github.com/kengz/SLM-Lab.git .
58+
RUN . .
5959

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

0 commit comments

Comments
 (0)