Skip to content

Commit

Permalink
Fix typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
acmo0 committed May 28, 2024
1 parent 2d6c140 commit c7d532a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements_api.txt

COPY . .

wget -O app/models/models_weight/ld-model.ckpt https://ommer-lab.com/files/latent-diffusion/nitro/txt2img-f8-large/model.ckpt
RUN wget -O app/models/models_weight/ld-model.ckpt https://ommer-lab.com/files/latent-diffusion/nitro/txt2img-f8-large/model.ckpt

EXPOSE 5000

Expand Down

0 comments on commit c7d532a

Please sign in to comment.