-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyPI index (http://jetson.webredirect.org) is down #811
Comments
https://pypi.jetson-ai-lab.dev/ new page |
how can i update that ? im building a docker container FROM dustynv/l4t-pytorch:r36.2.0 there is a new version with the repo link update ? FROM dustynv/l4t-pytorch:r36.2.0 WORKDIR /code RUN apt update && apt install -y sudo && sudo apt install default-jdk -y RUN apt-get install -y libmagic1 RUN pip install --upgrade pip COPY ./requirements.txt /code/requirements.txt RUN pip install -r requirements.txt RUN pip install http://jetson.webredirect.org/jp6/cu126/+f/5cf/9ed17e35cb752/torch-2.5.0-cp310-cp310-linux_aarch64.whl#sha256=5cf9ed17e35cb7523812aeda9e7d6353c437048c5a6df1dc6617650333049092 RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/arm64/cuda-keyring_1.1-1_all.deb RUN pip install psycopg2-binary COPY ./app/dw.py /code/app/dw.py RUN python3 app/dw.py COPY ./app /code/app COPY ./ /code RUN sudo apt install supervisor ENV QDRANTLINK=http://qdrant:6333 COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf EXPOSE 7680 Start supervisordCMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"] |
dustynv/l4t-pytorch:r36.4.0 |
thank you |
@nicolofranceschi if you needed to stick with the same base image, in your dockerfile or environment you could set |
Looking in indexes: http://jetson.webredirect.org/jp6/cu122, https://pypi.ngc.nvidia.com
1.107 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0xffffa2c67af0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')'
The text was updated successfully, but these errors were encountered: