Skip to content

Commit

Permalink
Fix GCP docker deployment (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianpetruk authored Jun 20, 2021
1 parent fdd3abb commit 0b2ac1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ RUN true
COPY . ./app
WORKDIR /app

# download model weights during docker image build
RUN curl -L https://www.dropbox.com/sh/4dy5rgzr98tq0yd/model.ckpt?dl=0 > /app/static/model.ckpt

# Use the non-root user to run our application
USER nonroot

Expand Down

0 comments on commit 0b2ac1c

Please sign in to comment.