mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-28 20:30:48 +02:00
Prepare gitrepo for renku init. Remove data/ from .gitignore and Rename Dockerfile by Dockerfile.ascmchain to avoid conflicts with renku.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
data/
|
#data/
|
||||||
envs/
|
envs/
|
||||||
logs/
|
logs/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
@ -19,8 +19,8 @@ For Windows users, the following are required:
|
|||||||
Open **Git Bash** and run:
|
Open **Git Bash** and run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd GitLab
|
cd Gitea
|
||||||
git clone --recurse-submodules https://gitlab.psi.ch/apog/acsmnode.git
|
git clone --recurse-submodules https://gitea.psi.ch/apog/acsmnode.git
|
||||||
cd acsmnode
|
cd acsmnode
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ cd acsmnode
|
|||||||
- Ensure the file is excluded from version control by adding .env to your .gitignore and .dockerignore files.
|
- Ensure the file is excluded from version control by adding .env to your .gitignore and .dockerignore files.
|
||||||
4. Open **Docker Desktop**, then build the container image:
|
4. Open **Docker Desktop**, then build the container image:
|
||||||
```bash
|
```bash
|
||||||
docker build -t datachain_processor .
|
docker build -f Dockerfile.acsmchain -t datachain_processor .
|
||||||
```
|
```
|
||||||
5. Run the app:
|
5. Run the app:
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user