$ sudo docker pull docker.synapse.org/syn4224222/dm-caffe-preprocessing-example:latest Pulling repository docker.synapse.org/syn4224222/dm-caffe-preprocessing-example **Error: image syn4224222/dm-caffe-preprocessing-example:latest not found** $ I get the following error while trying to pull the docker image examples.

Created by Lalit Pradhan ArtzenLabs
Hi Bruce, I too had figured the same thing. Thanks for the correction. I also have another query. Lets refer if a breast has _developed cancer_ in past x months as **C** and **I** if it has _developed Invasive cancer_. Let the combination be **C OR I = T** (i.e. we just say about cancer, invasive or otherwise) Do we need to predict C & I separately for each image or would predicting T suffice? P.S. C==1 is a positive case and C==0 is a negative case and like wise for others.
Lalit: There was a mistake in the example in Github. (It caused the error "test.sh: no such file or directory" when you tried to use it.) My apologies. I have fixed it. Please pull the updated code from Github and try again.
I have a new Kind of error: lalit@lalit-Lenovo-B40-80:~$ git clone https://github.com/brucehoff/dm-python-example.git Cloning into 'dm-python-example'... remote: Counting objects: 40, done. remote: Compressing objects: 100% (23/23), done. remote: Total 40 (delta 14), reused 40 (delta 14), pack-reused 0 Unpacking objects: 100% (40/40), done. Checking connectivity... done. lalit@lalit-Lenovo-B40-80:~$ lalit@lalit-Lenovo-B40-80:~$ lalit@lalit-Lenovo-B40-80:~$ cd dm-python-example/ lalit@lalit-Lenovo-B40-80:~/dm-python-example$ ls Dockerfile preprocess.sh score_sc1.sh train.py train.sh lalit@lalit-Lenovo-B40-80:~$ lalit@lalit-Lenovo-B40-80:~$ lalit@lalit-Lenovo-B40-80:~/dm-python-example$ docker build -t docker.synapse.org/syn7307501/dm-python-example . Sending build context to Docker daemon 113.2 kB Step 1 : FROM python latest: Pulling from library/python 6a5a5368e0c2: Pull complete 7b9457ec39de: Pull complete ff18e19c2db4: Pull complete 6a3d69edbe90: Pull complete 766692404ca7: Pull complete 644eaeceac9f: Pull complete fbd06356349d: Pull complete Digest: sha256:fc3e695774f9517ffd89a1376782d7172288315341394c2daef226b1837a00c3 Status: Downloaded newer image for python:latest ---> 1d0326469b55 Step 2 : RUN pip install pydicom ---> Running in 3f867676c3e6 Collecting pydicom Downloading pydicom-0.9.9.tar.gz (422kB) Installing collected packages: pydicom Running setup.py install for pydicom: started Running setup.py install for pydicom: finished with status 'done' Successfully installed pydicom-0.9.9 ---> b78d64014d33 Removing intermediate container 3f867676c3e6 Step 3 : COPY train.py /train.py ---> b32d2e5f4642 Removing intermediate container be4ca648c451 Step 4 : COPY train.sh /train.sh ---> b732534154be Removing intermediate container ea4e232501f9 Step 5 : COPY test.sh /test.sh lstat test.sh: no such file or directory lalit@lalit-Lenovo-B40-80:~$ lalit@lalit-Lenovo-B40-80:~$ lalit@lalit-Lenovo-B40-80:~/dm-python-example$ docker login docker.synapse.org Username (ArtzenLabs): ArtzenLabs Password: Login Succeeded lalit@lalit-Lenovo-B40-80:~$ lalit@lalit-Lenovo-B40-80:~$ lalit@lalit-Lenovo-B40-80:~/dm-python-example$ docker push docker.synapse.org/syn7307501/dm-python-example The push refers to a repository [docker.synapse.org/syn7307501/dm-python-example] **An image does not exist locally with the tag: docker.synapse.org/syn7307501/dm-python-example** This has been followed according to the directions given in the wiki. I'm not able to Push the files.
Hi Bruce, I hadn't done that. Its working fine now. Thanks for the update.
Hi Lalit: This may be an authentication problem. Did you "docker login docker.synapse.org" before "docker pull"?

Error while Pushing/Pulling Docker Images and Doubt regarding Submission data. page is loading…