@platforma-open/milaboratories.runenv-python-3.12.10-torch-cuda 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ {"type":"environment","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-torch-cuda/main/0.1.0-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-torch-cuda/main/0.1.0-linux-x64.tgz"}
@@ -0,0 +1 @@
1
+ {"type":"environment","platform":"macosx-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-torch-cuda/main/0.1.0-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-torch-cuda/main/0.1.0-macosx-aarch64.tgz"}
@@ -0,0 +1 @@
1
+ {"name":"@platforma-open/milaboratories.runenv-python-3.12.10-torch-cuda:main","runEnv":{"type":"python","python-version":"3.12.10","envVars":[],"registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10-torch-cuda/main/0.1.0-{os}-{arch}.tgz","binDir":"bin"}}
package/package.json ADDED
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "@platforma-open/milaboratories.runenv-python-3.12.10-torch-cuda",
3
+ "version": "0.1.0",
4
+ "description": "Python 3.12.10 run environment with the protein-embedding stack (transformers + torch; CUDA 12.6 wheel on Linux x64, MPS/CPU wheel on macOS arm64)",
5
+ "files": [
6
+ "dist/"
7
+ ],
8
+ "block-software": {
9
+ "entrypoints": {
10
+ "main": {
11
+ "environment": {
12
+ "artifact": {
13
+ "type": "environment",
14
+ "runtime": "python",
15
+ "registry": "platforma-open",
16
+ "python-version": "3.12.10",
17
+ "roots": {
18
+ "linux-x64": "./pydist/linux-x64",
19
+ "macosx-aarch64": "./pydist/macosx-aarch64"
20
+ },
21
+ "binDir": "bin"
22
+ }
23
+ }
24
+ }
25
+ }
26
+ },
27
+ "license": "UNLICENSED",
28
+ "devDependencies": {
29
+ "@platforma-sdk/package-builder": "^3.6.0",
30
+ "tsx": "^4.20.2",
31
+ "runenv-python-builder": "0.1.1"
32
+ },
33
+ "scripts": {
34
+ "cleanup": "rm -rf ./pkg-*.tgz ./pydist ./dist/ ./build/",
35
+ "reset": "pnpm run cleanup && rm -rf ./node_modules ./.turbo",
36
+ "build": "pl-py-builder",
37
+ "after-prebuild": "pl-pkg publish packages",
38
+ "before-publish": "pl-pkg prepublish"
39
+ }
40
+ }