-
Notifications
You must be signed in to change notification settings - Fork 131
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
error 403 #15
Comments
It looks like when you built the image you have changed the base container to ubuntu 22.04 (jammy) . We don't support this yet. You can see its trying to pull a jammy build for KasmVNC which is not available yet. |
I'm sure the base image I'm using is nvidia/cuda: 11.3.0-devel-ubuntu20.04. I am trying to build CUDA 11.3 devel from the core image of KASM now. |
The URL to download KasmVNC is dynamically generated based on the distro. I clearly see jammy in the KasmVNC URL where it should be focal if you are basing from ubuntu 20.04. Perhaps if you shared your dockerfile and build command that would help. |
Thank you for your answer. I have found the cause of the error. I accidentally used the Ubuntu 22.04 repository when setting up mirrors. |
When I build the image, some errors occur like:
Install KasmVNC server
--2022-05-08 00:43:33-- https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/2959156a25997290ec8a31d40990a421ecb0eb9d/kasmvncserver_jammy_0.9.3_master_295915_amd64.deb
Resolving kasmweb-build-artifacts.s3.amazonaws.com (kasmweb-build-artifacts.s3.amazonaws.com)... 54.231.225.9
Connecting to kasmweb-build-artifacts.s3.amazonaws.com (kasmweb-build-artifacts.s3.amazonaws.com)|54.231.225.9|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2022-05-08 00:43:36 ERROR 403: Forbidden.
So,how can i fix it
The text was updated successfully, but these errors were encountered: