Gosse Minnema commited on
Commit
4f77cfc
1 Parent(s): b68078e

Add git-lfs install back to dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN chmod -R 777 /nltk_data
10
  RUN chmod -R 777 /.allennlp
11
  RUN chmod -R 777 /.cache
12
  RUN chmod -R 777 /.local
13
- RUN apt-get install curl
14
- # RUN pip install -v -r requirements.txt
 
15
  CMD ["sh", "docker_commands.sh"]
 
10
  RUN chmod -R 777 /.allennlp
11
  RUN chmod -R 777 /.cache
12
  RUN chmod -R 777 /.local
13
+ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
14
+ RUN apt-get install git-lfs
15
+ RUN pip install -v -r requirements.txt
16
  CMD ["sh", "docker_commands.sh"]