Skip to content

Commit 44987d9

Browse files
committed
Hotfix publish action
1 parent a7cfcd4 commit 44987d9

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ permissions:
1414
contents: read
1515
id-token: write
1616

17-
env:
18-
UV_EXTRA_INDEX_URL: https://pypi.ngc.nvidia.com
19-
2017
jobs:
2118
publish-pypi:
2219
name: Publish to PyPI

Container/Dockerfile.deeploy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ WORKDIR /app
8787

8888
COPY pyproject.toml ./
8989

90-
# Add nvidia channel to the pip configuration
91-
RUN mkdir -p /etc && printf "[global]\nextra-index-url = https://pypi.ngc.nvidia.com\n" > /etc/pip.conf
92-
9390
# Install dependencies
9491
RUN apt-get update && \
9592
apt-get install -y git-lfs \

0 commit comments

Comments
 (0)