-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
bugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't
Description
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Debian GNU/Linux 9.8 (stretch) on GCP
- Ray installed from (source or binary): source (5bfcfa8)
- Ray version: master - 5bfcfa8 (0.7.0.dev0)
- Python version: 3.7
- Exact command to reproduce:
ray up -y minimal.yaml # with a docker image of the master build of Ray
ray submit --docker minimal.yaml hello_ray.py
Describe the problem
If I run submit without --docker then the worker can execute the specified script from ~, but when --docker is set, it throws:
python: can't open file '/root/hello_ray.py': [Errno 2] No such file or directory
When the docker run is called in the initialization phase, there doesn't seem to be any attached volumes, so I guess a shared location between the host and the container should resolve this, but there could be better ways as well.
Source code / logs
I can include full logs if necessary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't