File tree Expand file tree Collapse file tree 5 files changed +31
-7
lines changed
Expand file tree Collapse file tree 5 files changed +31
-7
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [
3+ " asdine.cue" ,
4+ " donjayamanne.python-extension-pack" ,
5+ " redhat.vscode-yaml" ,
6+ " sclu1034.justfile" ,
7+ " ms-vscode.makefile-tools" ,
8+ " hashicorp.terraform" ,
9+ " ms-python.black-formatter" ,
10+ " googlecloudtools.cloudcode" ,
11+ " ms-kubernetes-tools.vscode-kubernetes-tools" ,
12+ " ms-vsliveshare.vsli" ,
13+ " eamodio.gitlens" ,
14+ " GitHub.vscode-pull-request-github" ,
15+ " github.vscode-github-actions" ,
16+ " GitHub.remotehub" ,
17+ " ms-azuretools.vscode-docker" ,
18+ " ms-toolsai.jupyter" ,
19+ " iterative.dvc" ,
20+ " njzy.stats-bar" ,
21+ " vscode-icons-team.vscode-icons" ,
22+ " poimandres.theme-poimandres"
23+ ]
24+ }
Original file line number Diff line number Diff line change 99# To update a single package to the latest version compatible with the version constraints in the source:
1010# conda-lock lock --lockfile conda-lock.yml --update PACKAGE
1111# To re-solve the entire environment, e.g. after changing a version constraint in the source file:
12- # conda-lock -f containerfiles /environment.yml --lockfile conda-lock.yml
12+ # conda-lock -f containers /environment.yml --lockfile conda-lock.yml
1313version : 1
1414metadata :
1515 content_hash :
@@ -20,7 +20,7 @@ metadata:
2020 platforms :
2121 - linux-64
2222 sources :
23- - containerfiles /environment.yml
23+ - containers /environment.yml
2424package :
2525- name : _libgcc_mutex
2626 version : ' 0.1'
Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ delete:
153153lock :
154154 conda-lock \
155155 - -conda mamba \
156- - -lockfile containerfiles / conda-lock.yml \
157- - -virtual-package-spec containerfiles / virtual-packages.yml \
156+ - -lockfile containers / conda-lock.yml \
157+ - -virtual-package-spec containers / virtual-packages.yml \
158158 - -log-level DEBUG \
159- - f containerfiles / environment.yml \
159+ - f containers / environment.yml \
160160 - p linux-64
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ config: {
1111 deploy : kubectl : defaultNamespace : " scidev "
1212 build : artifacts : [{
1313 image : " ghcr.io/sciexp/scidev "
14- docker : dockerfile : " containerfiles /Containerfile.scidev"
14+ docker : dockerfile : " containers /Containerfile.scidev"
1515 }]
1616 profiles : [{
1717 name : " dev "
Original file line number Diff line number Diff line change 1212 artifacts :
1313 - image : ghcr.io/sciexp/scidev
1414 docker :
15- dockerfile : containerfiles /Containerfile.scidev
15+ dockerfile : containers /Containerfile.scidev
1616profiles :
1717 - name : dev
1818 deploy :
You can’t perform that action at this time.
0 commit comments