Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix dependency and dataloader image
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Jul 18, 2023
1 parent 2836237 commit c387493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/dataloader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM cscfi/beacon-python

RUN apk add --no-cache --update curl-dev lftp
RUN apt-get install update libcurl-dev lftp

RUN wget https://raw.githubusercontent.com/CSCfi/beacon-python/master/data/example_metadata.json
RUN wget https://raw.githubusercontent.com/CSCfi/beacon-python/master/data/init.sql
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ cyvcf2==0.30.22
uvloop==0.17.0
aiocache==0.11.1
ujson==5.8.0
Authlib==1.2.0
Authlib==1.2.1
gunicorn==21.0.1

0 comments on commit c387493

Please sign in to comment.