We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cfcd4 commit 44987d9Copy full SHA for 44987d9
2 files changed
.github/workflows/publish.yml
@@ -14,9 +14,6 @@ permissions:
14
contents: read
15
id-token: write
16
17
-env:
18
- UV_EXTRA_INDEX_URL: https://pypi.ngc.nvidia.com
19
-
20
jobs:
21
publish-pypi:
22
name: Publish to PyPI
Container/Dockerfile.deeploy
@@ -87,9 +87,6 @@ WORKDIR /app
87
88
COPY pyproject.toml ./
89
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
93
# Install dependencies
94
RUN apt-get update && \
95
apt-get install -y git-lfs \
0 commit comments