You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN UV_LINK_MODE=symlink uv run nemo_rl/utils/prefetch_venvs.py
128
-
130
+
# NOTICES.txt file points to where the OSS source code is archived
131
+
RUN echo "This distribution includes open source which is archived at the following URL: https://opensource.nvidia.com/oss/teams/nvidia/nemo-rl/${RC_DATE}:linux-${TARGETARCH}/index.html" > NOTICES.txt && \
132
+
echo "For further inquiries or assistance, contact us at [email protected]" >> NOTICES.txt
RUN UV_LINK_MODE=symlink uv sync --locked --inexact $UV_NO_INSTALL_PACKAGES
135
+
# NOTICES.txt file points to where the OSS source code is archived
136
+
RUN echo "This distribution includes open source which is archived at the following URL: https://opensource.nvidia.com/oss/teams/nvidia/nemo-rl/${RC_DATE}:linux-${TARGETARCH}/index.html" > NOTICES.txt && \
137
+
echo "For further inquiries or assistance, contact us at [email protected]" >> NOTICES.txt
0 commit comments