Skip to content

Carta and multiple ports #1

@spectram

Description

@spectram
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions