mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 14:51:17 -07:00
Hotfix for Readme and ACS File name (#563)
This commit is contained in:
parent
65ceb7900f
commit
f5ba63977a
1 changed files with 3 additions and 1 deletions
|
@ -142,6 +142,8 @@ _NOTE:_ This may take several minutes or over an hour to fully execute and gener
|
|||
|
||||
We use Docker to install the necessary libraries in a container that can be run in any operating system.
|
||||
|
||||
*Important*: To be able to run the data Docker containers, you need to increase the memory resoure of your container to at leat 8096 MB.
|
||||
|
||||
To build the docker container the first time, make sure you're in the root directory of the repository and run `docker-compose build --no-cache`.
|
||||
|
||||
Once completed, run `docker-compose up` and then open a new tab or terminal window, and then run any command for the application using this format:
|
||||
|
@ -164,7 +166,7 @@ You can run the Python code locally without Docker to develop, using Poetry. How
|
|||
|
||||
### VSCode
|
||||
|
||||
If you are using VSCode, you can make use of the `.vscode` folder checked in under `data/data-pipeline/.vscode`. To do this, open this directory with `code data/data-pipeline` .
|
||||
If you are using VSCode, you can make use of the `.vscode` folder checked in under `data/data-pipeline/.vscode`. To do this, open this directory with `code data/data-pipeline`.
|
||||
|
||||
Here's whats included:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue