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

Carta and multiple ports #1

Open
spectram opened this issue Aug 30, 2021 · 0 comments
Open

Carta and multiple ports #1

spectram opened this issue Aug 30, 2021 · 0 comments

Comments

@spectram
Copy link

spectram commented Aug 30, 2021

  • casa6-install version: latest
  • Python version: 3.9
  • Operating System: Ubuntu 20.04

Description

  1. I wanted to install Carta but the add-apt-repository command was not available.
  2. I wanted multiple ports to access both Carta and Jupyter-notebook

What I Did

  1. I ran:
apt update
apt install software-properties-common
apt update

Then I added the carta repo and installed carta

  1. I modified the container run command
docker run -v ~/Workspace:/root/scratch --env PORT=8890 -it -p 8890:8890 -p 8080:8080 --name rad rxastro/casa6:latest bash

Although, I recommend using a docker volume instead of a bind mount like the above command

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

1 participant