commit
9b6c01a7f0
|
@ -28,3 +28,4 @@ jobs:
|
|||
file: docker/Dockerfile
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
build-args: CACHEBUST=$(date +%s)
|
||||
|
|
|
@ -79,6 +79,7 @@ ADD requirements-runtime.txt /
|
|||
RUN pip install --no-cache-dir -r requirements-runtime.txt
|
||||
|
||||
WORKDIR /workspace
|
||||
ARG CACHEBUST=1
|
||||
RUN git clone https://github.com/victorchall/EveryDream2trainer
|
||||
|
||||
WORKDIR /workspace/EveryDream2trainer
|
||||
|
|
Loading…
Reference in New Issue