Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions habana/Dockerfile.habana
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM vault.habana.ai/gaudi-docker/1.9.0/ubuntu20.04/habanalabs/tensorflow-installer-tf-cpu-2.11.0:latest

FROM vault.habana.ai/gaudi-docker/1.20.0/ubuntu22.04/habanalabs/pytorch-installer-2.6.0:latest
LABEL maintainer="Javier Duarte <jduarte@ucsd.edu>"

RUN apt-get update && \
apt-get install -qq -y graphviz graphviz-dev

COPY requirements.txt .
COPY requirements_nodeps.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements_nodeps.txt --no-deps
RUN pip install -r requirements.txt
101 changes: 0 additions & 101 deletions habana/gaudi-pod-python-v19-1hpu.yaml

This file was deleted.

101 changes: 0 additions & 101 deletions habana/gaudi-pod-python-v19-2hpu.yaml

This file was deleted.

101 changes: 0 additions & 101 deletions habana/gaudi-pod-python-v19-3hpu.yaml

This file was deleted.

Loading
Loading