Skip to content

Commit

Permalink
build: install nougat
Browse files Browse the repository at this point in the history
Signed-off-by: 117503445 <[email protected]>
  • Loading branch information
117503445 committed Oct 15, 2023
1 parent 5109c9e commit 3cf3f5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nougat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime

ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install nodejs npm git -y

RUN pip install nougat-ocr[api] htutil

WORKDIR /workspace/nougat
Expand Down

0 comments on commit 3cf3f5b

Please sign in to comment.