From f5ba63977ad7f689f5b91c5c215d66c5e55eec71 Mon Sep 17 00:00:00 2001 From: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:01:12 -0400 Subject: [PATCH] Hotfix for Readme and ACS File name (#563) --- data/data-pipeline/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/data-pipeline/README.md b/data/data-pipeline/README.md index ce0c78f7..13f95d18 100644 --- a/data/data-pipeline/README.md +++ b/data/data-pipeline/README.md @@ -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: