Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
Signed-off-by: Srikanth Ramakrishna <[email protected]>
  • Loading branch information
sramakintel committed Dec 20, 2024
1 parent 80be4de commit 4bdce84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ services:
labels:
dependency.apt.wget: true
dependency.conda.intel-distribution-for-python: intelpython3_full
docs: false
docs: python
org.opencontainers.image.name: "intel/python"
org.opencontainers.image.title: "Intel® Distribution for Python Base Image"
org.opencontainers.image.version: 3.11-${IDP_VERSION:-full}
target: idp
command: >
bash -c "conda env list && python -c 'import mkl'"
Expand Down

0 comments on commit 4bdce84

Please sign in to comment.