Skip to content
Snippets Groups Projects
Commit 01b0f50d authored by Dennis Shushack's avatar Dennis Shushack
Browse files

Update README.md

parent 17253e67
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,11 @@ As installing the necessary drivers for accelerated GPU training/evaluation with
### Code and Data Setup:
The source code for the project is available in the following two Gitlab repositories: [OST]() [Gitlab](https://gitlab.com/shushack.net/ecgclassification). The following command clones the repository and adds the necessary folders.
The source code for the project is available in the following two Gitlab repositories: [OST](https://gitlab.ost.ch/dennis.shushack/dennis-shushack-ecg-classification-project) [Gitlab](https://gitlab.com/shushack.net/ecgclassification). The following command clones the repository and adds the necessary folders.
```bash
# Clone the repo
# Clone one of the repos:
git clone https://gitlab.com/shushack.net/ecgclassification.git
git clone https://gitlab.ost.ch/dennis.shushack/dennis-shushack-ecg-classification-project.git
# Create a folder to hold that holds data:
cd ecgclassification
......@@ -35,7 +36,7 @@ Visual Studio Code's Dev Containers extension enables the use of docker containe
### Docker directly
To run the Dockerfile, make sure you are in the ecgclassification directory. Please execute the following commands:
To run the Dockerfile, make sure you are in the root directory. Please execute the following commands:
```bash
# Creates the Docker image:
docker build -t ecgclassification:latest .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment