Giter Club home page Giter Club logo

freesurfer-vnc's Introduction

freesurfer-vnc

Freesurfer in a Docker container with TurboVNC

Prerequisites

Before running freesurfer-vnc locally, you'll need the following:

  • A Linux, macOS, or Windows machine
  • The OpenSSH client (usually included with Linux and macOS, and available for Windows via WSL2 or Cygwin [note that the Windows 10+ built-in OpenSSH client will not work])
  • A VNC client/viewer (TurboVNC viewer is recommended for all platforms)
  • Docker Desktop (Windows, macOS, Linux)

Follow the instructions below to set up your machine correctly:

Installing TurboVNC

Linux

To install TurboVNC, download the latest version from here. On Debian/Ubuntu, you will need to download the file ending with arm64.deb. On RHEL/CentOS/Rocky/Fedora, you will need to download the file ending with x86_64.rpm. Then, install it by running sudo dpkg -i <filename> on Debian/Ubuntu or sudo rpm -i <filename> on RHEL/CentOS/Rocky/Fedora.

macOS

To install TurboVNC, download the latest version from here. On an M1 Mac (newer), you will need to download the file ending with arm64.dmg. On an Intel Mac (older), you will need the file ending with x86_64.dmg. Then, open the .dmg file and launch the installer inside.

Windows

To install TurboVNC, download the latest version from here. You will need the file ending with x64.exe. Run the program to install TurboVNC.

Usage

Linux/macOS

Open a command prompt window (such as the built-in command prompt, PowerShell, or Windows Terminal), and then run the following command to launch the container with a VNC server running on port 5900:

docker run --name fvnc --rm -it -v "$HOME":/myhome -p 127.0.0.1:5900:5900 ghcr.io/uw-psych/freesurfer-vnc:latest

Windows

WSL2

Open the Windows WSL terminal prompt and run the following command to launch the container with a VNC server running on port 5900, and your Windows home directory mounted as /userhome inside the container:

docker run --name fvnc --rm -it -v "$HOME"/myhome -p 127.0.0.1:5900:5900 ghcr.io/uw-psych/freesurfer-vnc:latest

Next, open TurboVNC Viewer and connect to localhost:5900. When prompted, enter the password password.

freesurfer-vnc's People

Contributors

maouw avatar

Watchers

Ariel Rokem avatar  avatar

freesurfer-vnc's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.