Klein

Results 9 issues of Klein

When I run the command: **docker run -t --name my-edb -p3306:3306 -p8080:8080 --device /dev/sgx_enclave --device /dev/sgx_provision ghcr.io/edgelesssys/edgelessdb-sgx-1gb** The errors show below: root@zt-sgxtest105:/home/sscadmin# docker run -t --name my-edb -p3306:3306 -p8080:8080 --device...

When I use occlum mount command The error shows below: **failed to open SGX protected file: /usr/src/app/occlum_instance/build/mount/__ROOT/metadata, error: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } Error:...

bug

When I Install python and dependencies, the errors show below: PackagesNotFoundError: The following packages are not available from current channels: - aliyun-fc2 - aliyun-python-sdk-core - torch - tablestore - peewee...

bug

When I run the code in Occlum, how should I get the runtime logs?

RFC

**When I install python environment, the shell script is below:** $script_dir/miniconda/bin/conda create --prefix $script_dir/python-occlum -y python=3.9.11 flask=2.2.2 flask-restful=0.3.9 jinja2=3.1.2 sqlalchemy=1.3.11 flask-sqlalchemy=2.5.1 pymysql=0.9.3 numpy=1.21.5 scipy=1.7.3 scikit-learn=1.0 pandas=1.3 rsa=4.7.2 **However, the errors...

bug

**I try to run the python demo, but end on first step.** **Does anyone can help?** root@62c275bb26ec:~/demos/python/flask# bash ./install_python_with_conda.sh Collecting package metadata (current_repodata.json): done Solving environment: failed with repodata from...

bug

Where is storing data in Occlum mysql? What's directory? I try to go to /var/lib/mysql and no mysql relevant data stored in here.

RFC

### Issue Type Documentation Bug ### Source binary ### Secretflow Version secretflow 0.6.13b0 ### OS Platform and Distribution CentOS Linux release 7.9.2009 ### Python version 3.10.14 ### Bazel version _No...

### Describe the bug Run [quickstart-tensorflow](https://github.com/adap/flower/tree/main/examples/quickstart-tensorflow) demo and error occurs on client side:ConnectionError: Couldn't reach 'cifar10' on the Hub (ConnectionError) Do I need download data before running demo? or any...

bug