File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4545 - name : Build (and push on main branch)
4646 uses : docker/build-push-action@v3
4747 with :
48- context : .
49- file : docker/ Dockerfile # adjust if your Dockerfile moves
48+ context : ./docker
49+ file : Dockerfile # adjust if your Dockerfile moves
5050 platforms : linux/amd64,linux/arm64
5151 push : ${{ github.event_name == 'push' }} # PRs build but don’t publish
5252 tags : |
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ USER ${NB_UID}
1111
1212# ---------- copy the course -------------------------------------------------------
1313WORKDIR /home/jovyan/work
14- COPY .. .
14+ # COPY .. .
15+ RUN git clone --depth 1 https://github.com/DeepTrackAI/DeepLearningCrashCourse.git .
1516
1617# ---------- ensure correct ownership ---------------------------------------------
1718 USER root
You can’t perform that action at this time.
0 commit comments