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
{{ message }}
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Describe the bug
The image is successfully created but exits immediately. Using docker to deploy on Ubuntu server.
Expected behavior
Docker install works and webUI is accessible via IP:port
Version Number
0.8b
Error Report
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5a8f57e26a0a msrf-msrf "/bin/sh -c 'poetry …" 25 seconds ago Exited (1) 23 seconds ago msrf-msrf-1
docker logs msrf-msrf-1
Traceback (most recent call last):
File "/msrf/main.py", line 15, in <module>
import database
File "/msrf/database/__init__.py", line 1, in <module>
from .database_access import *
File "/msrf/database/database_access.py", line 3, in <module>
import util
File "/msrf/util/__init__.py", line 1, in <module>
from .configloader.config import *
File "/msrf/util/configloader/config.py", line 1, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
Describe the bug
The image is successfully created but exits immediately. Using docker to deploy on Ubuntu server.
Expected behavior
Docker install works and webUI is accessible via IP:port
Version Number
0.8b
Error Report
docker ps -a
docker logs msrf-msrf-1