You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After replacing the volume directory (as intended) I tried to start the container which resulted in this error:
$ docker compose up
[+] Running 2/2
✔ Network docker_default Created 0.3s
✔ Container docker-fiftyone-1 Created 0.3s
Attaching to fiftyone-1
fiftyone-1 | python: can't open file '/usr/local/lib/python/dist-packages/fiftyone/server/main.py': [Errno 2] No such file or directory
fiftyone-1 exited with code 2
Replace some-local-directory with something reasonable
Run the container with docker compose up
Find the error message mentioned above
System information
OS Platform and Distribution: Debian Testing (13)
Python version (python --version): Docker - irrelevant
FiftyOne version (fiftyone --version): Docker - irrelevant
FiftyOne installed from (pip or source): Docker (voxel51/fiftyone:latest)
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
Yes. I can contribute a fix for this bug independently
Yes. I would be willing to contribute a fix for this bug with guidance
from the FiftyOne community
Describe the problem
I tried to run fiftyone in Docker, using the example docker-compose.yml file from https://hub.docker.com/r/voxel51/fiftyone .
After replacing the volume directory (as intended) I tried to start the container which resulted in this error:
I then removed the line
from the docker compose file and started the container again. This way the container started.
Code to reproduce issue
docker-compose.yml
some-local-directory
with something reasonabledocker compose up
System information
python --version
): Docker - irrelevantfiftyone --version
): Docker - irrelevantWillingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
from the FiftyOne community
Fix
Remove the line
from the docker-compose example file.
The text was updated successfully, but these errors were encountered: