Spaces:
KaiserML
/
Running on CPU Upgrade

Corran commited on
Commit
4179408
·
verified ·
1 Parent(s): b1ce804

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM grobid/grobid:0.8.1-SNAPSHOT
2
  USER root
3
  RUN apt-get update && apt-get install -y git
 
4
  RUN git config --global user.email "[email protected]"
5
  RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
6
  RUN mkdir -m 777 -p /opt/grobid/logs
 
1
  FROM grobid/grobid:0.8.1-SNAPSHOT
2
  USER root
3
  RUN apt-get update && apt-get install -y git
4
+ ENV HOME /root
5
  RUN git config --global user.email "[email protected]"
6
  RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
7
  RUN mkdir -m 777 -p /opt/grobid/logs