BodenmillerGroup / steinbock

A toolkit for processing multiplexed tissue images
https://bodenmillergroup.github.io/steinbock
MIT License
49 stars 14 forks source link

Unable to find image 'preprocess:latest' locally error #251

Closed MAvdB-KCL closed 3 months ago

MAvdB-KCL commented 3 months ago

I'm trying to preprocess some MCD/TXT files into TIFs, but am having trouble extracting the panel.csv or the TIFs.

Hardware: The machine I'm running it on is an iMac running Ventura 13.6.6 with 16 GB RAM.

Issue:

alias steinbock="docker run -v "/Folder/steinbock":/data --platform linux/amd64 -u $(id -u):$(id -g) -p 8888:8888 -v /tmp/.X11-unix:/tmp/.X11-unix -v ~/.Xauthority:/home/steinbock/.Xauthority:ro -e DISPLAY=host.docker.internal:0 ghcr.io/bodenmillergroup/steinbock:0.16.1"

steinbock preprocess imc panel --unzip steinbock preprocess imc images --unzip --hpf 50

...I get this error:

Unable to find image 'preprocess:latest' locally docker: Error response from daemon: pull access denied for preprocess, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

BodenmillerGroup run --help...please!

Milad4849 commented 3 months ago

Hi, I cannot reproduce your issue, the alias command, as specified in the documentation, works fine on Macs. Your issues is not due to steinbock, it seems related to your docker set-up. As such it is not within the scope of what we address here.