Skip to content

Commit

Permalink
updated readme and refactored for container package
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Feb 26, 2024
1 parent f595d8c commit 9d1dabc
Show file tree
Hide file tree
Showing 10 changed files with 191 additions and 328 deletions.
99 changes: 0 additions & 99 deletions Dockerfile

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,9 @@ A simplified view of the above script:
>> workflow.run(10)
>> results = workflow.gather_results()
>> print(f'RESULTS: {pf(results)}')


### A NOTE FOR DEVELOPERS:
This tooling implements version control for dynamically-created composite containers through
`poetry`. The version control for content on the Python Package Index is performed by
`setup.py`.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apt-get -y update \
&& chmod 1777 /tmp/.X11-unix \
&& rm -rf /var/lib/apt/lists/*

COPY scripts/xvfb-startup.sh /xvfb-startup.sh
COPY ../../scripts/xvfb-startup.sh /xvfb-startup.sh

# RUN rm -r ./scripts

Expand Down
File renamed without changes.
File renamed without changes.
228 changes: 0 additions & 228 deletions biosimulator_processes/container.py

This file was deleted.

Empty file.
Loading

0 comments on commit 9d1dabc

Please sign in to comment.