Skip to content

Commit f87915a

Browse files
committed
update documentation
1 parent f5f7a69 commit f87915a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docker/Dockerfile.ecs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ WORKDIR /cellpack
44
COPY . /cellpack
55

66
RUN python -m pip install --upgrade pip --root-user-action=ignore
7-
RUN python -m pip install . -r requirements/linux/requirements.txt --root-user-action=ignore
7+
RUN python -m pip install .
8+
RUN python -m pip install aiohttp mdutils
89

910
EXPOSE 80
1011

docs/DOCKER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
## AWS ECS Docker Image
1414
1. Build image, running `docker build -f docker/Dockerfile.ecs -t [CONTAINER-NAME] .`
1515
2. Run packings in the container, running: `docker run -v ~/.aws:/root/.aws -p 80:80 [CONTAINER-NAME]`
16-
3. Try hitting the test endpoint on the server, by navigating to `http://0.0.0.0:8443/hello` in your browser.
17-
4. Try running a packing on the server, by hitting the `http://0.0.0.0:80/pack?recipe=firebase:recipes/one_sphere_v_1.0.0` in your browser.
16+
3. Try hitting the test endpoint on the server, by navigating to `http://0.0.0.0:80/hello` in your browser.
17+
4. Try running a packing on the server, by hitting the `http://0.0.0.0:80/start-packing?recipe=firebase:recipes/one_sphere_v_1.0.0` in your browser.
1818
5. Verify that the packing result path was uploaded to the firebase results table, with the job id specified in the response from the request in step 4.The result simularium file can be found at the s3 path specified there.

0 commit comments

Comments
 (0)