Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -58,7 +58,7 @@ COPY --chown=user:user . .
|
|
58 |
# change dir since pip needs to seed whl folder
|
59 |
RUN cd server && pip install --no-cache-dir --upgrade -r requirements.txt
|
60 |
RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
61 |
-
pip install git+https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/cumulo-autumn/StreamDiffusion.git
|
62 |
RUN python -m streamdiffusion.tools.install-tensorrt
|
63 |
|
64 |
COPY --from=frontend /app/build ./view/build
|
|
|
58 |
# change dir since pip needs to seed whl folder
|
59 |
RUN cd server && pip install --no-cache-dir --upgrade -r requirements.txt
|
60 |
RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
61 |
+
pip install git+https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/cumulo-autumn/StreamDiffusion.git
|
62 |
RUN python -m streamdiffusion.tools.install-tensorrt
|
63 |
|
64 |
COPY --from=frontend /app/build ./view/build
|