Skip to content

Docker prep#441

Merged
mauvais2 merged 4 commits intomasterfrom
docker-prep
Apr 30, 2026
Merged

Docker prep#441
mauvais2 merged 4 commits intomasterfrom
docker-prep

Conversation

@mauvais2
Copy link
Copy Markdown
Contributor

@mauvais2 mauvais2 commented Apr 29, 2026

  • Updated the docker files and makefile after tests.
  • CPU has been tested and pushed to docker hub. The other platforms have not been tested <cuda|rocm|mchip>.
  • Updated some documents wrt the updates.

Example:

To build:

make build-docker PLATFORM=cpu ENV=prod

To start a docker container:

docker run -it -p 8888:8888 -v ${PWD}:/home atomsci/atomsci-ampl:v1.8.0-cpu bas

Once the container is tested,

To push:

make push-docker PLATFORM=cpu ENV=prod

To verify:

Go to https://hub.docker.com/r/atomsci/atomsci-ampl and check if the versions/tags exist on docker hub.

To pull:

docker pull atomsci/atomsci-ampl:latest

@mauvais2 mauvais2 self-assigned this Apr 29, 2026
@mauvais2 mauvais2 requested a review from stewarthe6 April 29, 2026 21:56
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@           Coverage Diff           @@
##           master     #441   +/-   ##
=======================================
  Coverage   52.90%   52.91%           
=======================================
  Files          38       38           
  Lines       12205    12205           
=======================================
+ Hits         6457     6458    +1     
+ Misses       5748     5747    -1     
Flag Coverage Δ
unittests 52.91% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mauvais2 mauvais2 merged commit 921885c into master Apr 30, 2026
14 checks passed
@mauvais2 mauvais2 deleted the docker-prep branch April 30, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants