Skip to content

Commit

Permalink
Docker update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Oct 16, 2024
1 parent 277723f commit 90cb80f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/beaker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ RUN apt-get install -y software-properties-common \
RUN apt-get install -y cuda-nvcc-12-1

# Get flash attention setup
RUN pip install flash-attn --no-build-isolation
RUN pip install flash-attn --no-build-isolation

# Install PDF utilities
RUN apt-get install -y poppler-utils
RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
RUN apt-get install -y ttf-mscorefonts-installer msttcorefonts fonts-crosextra-caladea fonts-crosextra-carlito gsfonts lcdf-typetools

0 comments on commit 90cb80f

Please sign in to comment.