Establish runtime environment for the EEG dataset construction project.
421
Dockerfile linkslatest$ docker pull mouxinyu/eeg_dataset
...
Digest: sha256:3d2468aa29627ccf27ead929cf16a84fc0e7a27082debd4efef1be41d3ee8cdd
Status: Downloaded newer image for mouxinyu/eeg_dataset:latest
docker.io/mouxinyu/eeg_dataset:latest
What's Next?
View a summary of image vulnerabilities and recommendations → docker scout quickview mouxinyu/eeg_dataset
$ docker images
REPOSITORY TAG IMAGE ID SIZE
mouxinyu/eeg_dataset latest 54d4fa3641e4 3.02GB
$ docker run --name eeg_dataset_container -it -v <path/to/your/windows/mount/point>: \<path/to/your/container/mount/point> mouxinyu/eeg_dataset
This docker image is based on ubuntu:22.04 and includes project code pulled from GitHub repositories. Additionally, the image is configured with Pycharm that supports a graphical user interface, allowing users to operate through the GUI while running the container, avoiding complex command-line editing.
Content type
Image
Digest
sha256:3d2468aa2…
Size
1.2 GB
Last updated
almost 3 years ago
docker pull mouxinyu/eeg_dataset