Skip to content
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

Open
peng-1998 opened this issue May 7, 2022 · 4 comments
Open

error 403 #15

peng-1998 opened this issue May 7, 2022 · 4 comments

Comments

@peng-1998
Copy link

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

@j-travis
Copy link
Contributor

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.

@peng-1998
Copy link
Author

peng-1998 commented May 10, 2022

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.

@mmcclaskey
Copy link

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.

@peng-1998
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants