Closed huapohen closed 9 months ago
Hi @huapohen , we are currently testing deepdataspace on Ubuntu, Windows and macOS only. But you can try our docker compose solution:
# clone the source code
git clone https://github.com/IDEA-Research/deepdataspace.git
# prepare dataset directory(where you put all your datasets inside)
mkdir -p datasets
export DDS_DATASET_DIR=$PWD/datasets
# choose a visiting port for DDS
export DDS_PORT=8765
# start DDS with docker compose
cd deepdataspace
docker compose up
If everything goes well, you can start visiting DDS at http://127.0.0.1:8765.
I hope this helps and feel free to reach out for any further problems.
Hi @huapohen , we're temporarily closing this issue due to inactivity.
Greak work!Can CentOS be supported?