I'm trying to run this:
Unfortunately I cannot get it to start.
It is installing all the requirements correctly.
The datasets are mounting.
But when it wants to start I get this error:
2018-05-03 06:16:04,504 INFO - /floydlocaldata/expt_qSB2J2KjN9eK7umanDRFDi/command.sh: 12: /floydlocaldata/expt_qSB2J2KjN9eK7umanDRFDi/command.sh: python: not found
I run it like this:
(base) C:\Users\myname\face_ripper_9000>floyd run --env tensorflow-1.7 \ --data freke80/datasets/faces/1:face \ --data freke80/datasets/test/1:vid \ "python3 demo.py -i /face -v /vid"
I've tried it 16 different ways now, but I don't know what I'm doing wrong.
Any help or advice would be greatly appreciated!
Here is my log:
2018-05-03 06:15:23,453 INFO - Preparing to run TaskInstance <TaskInstance: freke80/projects/facer/16 (id: STqMRHNm7p8gtjCL32rSwK)
2018-05-03 06:15:23,465 INFO - Starting attempt 1 at 2018-05-03 13:15:23.457496
2018-05-03 06:15:23,485 INFO - Downloading and setting up data sources
2018-05-03 06:15:23,497 INFO - Downloading and mounting dataset. ETA: 2 seconds
2018-05-03 06:15:23,610 INFO - Downloading and mounting dataset. ETA: 2 seconds
2018-05-03 06:15:24,843 INFO - Pulling Docker image: floydhub/tensorflow:1.7.0-py3_aws.25
2018-05-03 06:15:27,175 INFO - Starting container...
2018-05-03 06:15:27,393 INFO -
################################################################################
2018-05-03 06:15:27,394 INFO - Run Output:
2018-05-03 06:15:27,977 INFO - Requirement already satisfied: dlib in /usr/local/lib/python3.6/site-packages (from -r floyd_requirements.txt (line 1))
2018-05-03 06:15:27,979 INFO - Requirement already satisfied: numpy in /usr/local/lib/python3.6/site-packages (from -r floyd_requirements.txt (line 3))
2018-05-03 06:15:28,040 INFO - Collecting opencv-python>=3.4.0.12 (from -r floyd_requirements.txt (line 5))
2018-05-03 06:15:28,424 INFO - Downloading https://files.pythonhosted.org/packages/50/f9/5c454f0f52788a913979877e6ed9b2454a9c7676581a0ee3a2d81db784a6/opencv_python-3.4.0.12-cp36-cp36m-manylinux1_x86_64.whl (24.9MB)
2018-05-03 06:15:31,467 INFO - Collecting face_recognition (from -r floyd_requirements.txt (line 7))
2018-05-03 06:15:31,585 INFO - Downloading https://files.pythonhosted.org/packages/28/10/f153bbbc218fc169768aa1c02f2e9178e9241e4af8da56289bdca2c0c217/face_recognition-1.2.2-py2.py3-none-any.whl
2018-05-03 06:15:31,712 INFO - Collecting Click>=6.0 (from face_recognition->-r floyd_requirements.txt (line 7))
2018-05-03 06:15:31,796 INFO - Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
2018-05-03 06:15:31,924 INFO - Collecting face-recognition-models>=0.3.0 (from face_recognition->-r floyd_requirements.txt (line 7))
2018-05-03 06:15:32,013 INFO - Downloading https://files.pythonhosted.org/packages/cf/3b/4fd8c534f6c0d1b80ce0973d01331525538045084c73c153ee6df20224cf/face_recognition_models-0.3.0.tar.gz (100.1MB)
2018-05-03 06:15:45,513 INFO - Requirement already satisfied: Pillow in /usr/local/lib/python3.6/site-packages (from face_recognition->-r floyd_requirements.txt (line 7))
2018-05-03 06:15:45,516 INFO - Building wheels for collected packages: face-recognition-models
2018-05-03 06:15:45,517 INFO - Running setup.py bdist_wheel for face-recognition-models: started
2018-05-03 06:16:00,521 INFO - Running setup.py bdist_wheel for face-recognition-models: finished with status 'done'
2018-05-03 06:16:00,522 INFO - Stored in directory: /root/.cache/pip/wheels/d2/99/18/59c6c8f01e39810415c0e63f5bede7d83dfb0ffc039865465f
2018-05-03 06:16:01,557 INFO - Successfully built face-recognition-models
2018-05-03 06:16:01,558 INFO - Installing collected packages: opencv-python, Click, face-recognition-models, face-recognition
2018-05-03 06:16:04,110 INFO - Successfully installed Click-6.7 face-recognition-1.2.2 face-recognition-models-0.3.0 opencv-python-3.4.0.12
2018-05-03 06:16:04,315 INFO - You are using pip version 9.0.3, however version 10.0.1 is available.
2018-05-03 06:16:04,315 INFO - You should consider upgrading via the 'pip install --upgrade pip' command.
2018-05-03 06:16:04,504 INFO - Starting supervisor: supervisord.
2018-05-03 06:16:04,504 INFO - /floydlocaldata/expt_qSB2J2KjN9eK7umanDRFDi/command.sh: 12: /floydlocaldata/expt_qSB2J2KjN9eK7umanDRFDi/command.sh: python: not found
2018-05-03 06:16:04,549 INFO -
################################################################################
2018-05-03 06:16:04,549 INFO - Waiting for container to complete...
2018-05-03 06:16:04,729 INFO - Job exited with status code: 127
2018-05-03 06:16:04,743 INFO - Creating data module for output...
2018-05-03 06:16:04,841 INFO - Data module created for output.
2018-05-03 06:16:04,841 INFO - [failed] Task execution failed in 41 seconds for TaskInstance <TaskInstance: freke80/projects/facer/16 (id: STqMRHNm7p8gtjCL32rSwK)