Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas authored Dec 14, 2024
1 parent f524486 commit b93e4fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM python:3.12-slim

RUN apt-get update && apt-get install -y --no-install-recommends \
libcublas-12-0
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /app

ADD requirements.txt /app
Expand Down

0 comments on commit b93e4fc

Please sign in to comment.