start.sh 262 B

123456789101112131415
  1. # server
  2. docker run -it --rm allennlp/allennlp
  3. # developer pc
  4. conda create -n allennlp python=3.6
  5. source activate allennlp
  6. git clone https://github.com/allenai/allennlp.git
  7. cd allennlp
  8. INSTALL\_TEST\_REQUIREMENTS="true" ./scripts/install\_requirements.sh