mauri9rivera / Brain-tumor-classification-task_CNN-model

0 stars 1 forks source link

what i missing here pls help me to solve this #6

Closed johnfelipe closed 2 years ago

johnfelipe commented 2 years ago
root@eh682214710:~/Brain-tumor-classification-task_CNN-model/flask-server# flask run --host=0.0.0.0
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
2022-01-10 23:44:24.774764: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-01-10 23:44:24.774804: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Usage: flask run [OPTIONS]

Error: While importing 'app', an ImportError was raised.
root@eh682214710:~/Brain-tumor-classification-task_CNN-model/flask-server# flask run
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
2022-01-10 23:44:42.884362: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-01-10 23:44:42.884404: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Usage: flask run [OPTIONS]

Error: While importing 'app', an ImportError was raised.
johnfelipe commented 2 years ago

solved