-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
- casa6-install version: latest
- Python version: 3.9
- Operating System: Ubuntu 20.04
Description
- I wanted to install Carta but the add-apt-repository command was not available.
- I wanted multiple ports to access both Carta and Jupyter-notebook
What I Did
- I ran:
apt update
apt install software-properties-common
apt update
Then I added the carta repo and installed carta
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels