Hi folks,
Thank you so much for providing and maintaining this repository!
Operating system
uname -a
Linux ltpt490 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64 GNU/Linux
Python version
Python is not required on the development system when you are going the Docker way.
Problem description
Console / terminal output if any
I build a Docker image following the documentation in the Wiki. I published the image and pulled and run it on the following host.
uname -a
Linux ltpt490 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64 GNU/Linux
Docker comes straight back with the following error.
docker run -it -p 5555:5000 -v "`pwd`":/app danceswithcycles/static-gtfs-manager:march-18-2022
python3: can't open file 'GTFSManager.py': [Errno 2] No such file or directory
Expected Action
I expected Docker to start and run the image.
Details of data you are working with, if relevant
Q: Is there anything peculiar about the data you are working with, which may be causing the issue? Any extra files in the feed? Extra columns? Any mandatory columns/fields omitted?
A: <!--- enter answer here --->
Q: What is the size of the dataset : how many lines in stops.txt, routes.txt and stop_times.txt?
A: <!--- enter answer here --->
Q: Are you starting a new feed from scratch and haven't filled in any of the other files like calendar.txt?
A: <!--- enter answer here --->
Anything else
I appreciate any hint in the right direction.
Cheers!
Hi folks,
Thank you so much for providing and maintaining this repository!
Operating system
Python version
Python is not required on the development system when you are going the Docker way.
Problem description
Console / terminal output if any
I build a Docker image following the documentation in the Wiki. I published the image and pulled and run it on the following host.
Docker comes straight back with the following error.
Expected Action
I expected Docker to start and run the image.
Details of data you are working with, if relevant
Q: Is there anything peculiar about the data you are working with, which may be causing the issue? Any extra files in the feed? Extra columns? Any mandatory columns/fields omitted?
A: <!--- enter answer here --->
Q: What is the size of the dataset : how many lines in stops.txt, routes.txt and stop_times.txt?
A: <!--- enter answer here --->
Q: Are you starting a new feed from scratch and haven't filled in any of the other files like calendar.txt?
A: <!--- enter answer here --->
Anything else
I appreciate any hint in the right direction.
Cheers!