Skip to content

Commit

Permalink
Added colorama installation for GPU run
Browse files Browse the repository at this point in the history
  • Loading branch information
sxdxfan authored Aug 25, 2020
1 parent 1fe49b9 commit e079099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt
RUN pip3 install https://github.com/kpu/kenlm/archive/master.zip
RUN ln -s /usr/local/cuda/targets/x86_64-linux/lib/ /usr/local/cuda/lib64/
RUN pip3 install colorama
RUN pip3 install PuzzleLib --install-option="--backend=cuda"
RUN rm -rf $PROJECT_DIR/*
RUN apt-get install -y locales && locale-gen en_US.UTF-8
Expand Down

0 comments on commit e079099

Please sign in to comment.