Allow to use run command without files for exec option
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 14h 15m
- Merged PRs (30d)
- 335
Description
\*Describe the bug\*When we use run command like this `backend.ai run --exec "python /home/work/test/hello-world.py" -v test python ./blank`, we have to upload at least one file even we don't need it.
\*To Reproduce\*Execute run command like this. `backend.ai run --exec "python /home/work/test/hello-world.py" -v test python`. Assume you have vfolder named "test" including "hello-world.py" file
\*Expected behavior\*Let user make a choice whether upload file or not. Above case, user can use run command without uploading file. `backend.ai run --exec "python /home/work/test/hello-world.py" -v test` python`
JIRA Issue: BA-249
Contributor guide
Assessment
This issue has not been assessed yet.