Skip to content

Commit

Permalink
añadir graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
lytex committed Aug 15, 2024
1 parent 1288e0d commit ebbc5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nvidia/cuda:11.2.2-devel-ubuntu20.04
RUN ln -s /usr/share/zoneinfo/UTC /etc/localtime
RUN --mount=type=cache,target=/var/cache/apt apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common wget && \
DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common wget graphviz && \
add-apt-repository ppa:deadsnakes/ppa
RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y python3.7
COPY --from=python:3.7-slim /usr/local/lib/python3.7/distutils /usr/lib/python3.7/distutils
Expand Down

0 comments on commit ebbc5a2

Please sign in to comment.