File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN cd $HOME && PIXI_ARCH=x86_64 curl -fsSL https://pixi.sh/install.sh | bash
56
56
ENV PATH=$PATH:$HOME/.pixi/bin
57
57
58
58
# 4) install everything else with pixi
59
- RUN cd $HOME && pixi clean cache --yes && pixi install --verbose --color=always --frozen && pixi clean cache --yes
59
+ RUN cd $HOME && pixi install --verbose --color=always --frozen && pixi clean cache --assume -yes
60
60
61
61
# 5) modify the shell config so that each container launches within the pixi env
62
62
RUN echo "export PATH=$PATH:$HOME/.pixi/envs/default/bin" >> $HOME/.bashrc
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ setup-env:
42
42
43
43
# Build the Docker image for the pipeline locally.
44
44
docker-build :
45
- docker build -t nrminor/ dorado-and-friends:v0.2.2 .
45
+ docker build -t nrminor/ dorado-and-friends:v0.2.3 .
46
46
47
47
# Push the docker image to Docker Hub (requires N.R. Minor's login credentials).
48
48
docker-push :
49
- docker push nrminor/ dorado-and-friends:v0.2.2
49
+ docker push nrminor/ dorado-and-friends:v0.2.3
50
50
51
51
# Run both docker recipes in sequence
52
52
docker : docker-build docker-push
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ profiles {
200
200
singularity. enabled = false
201
201
conda. enabled = false
202
202
203
- process. container = " nrminor/dorado-and-friends:v0.2.2 "
203
+ process. container = " nrminor/dorado-and-friends:v0.2.3 "
204
204
205
205
}
206
206
@@ -210,7 +210,7 @@ profiles {
210
210
singularity. enabled = false
211
211
conda. enabled = false
212
212
213
- process. container = " nrminor/dorado-and-friends:v0.2.2 "
213
+ process. container = " nrminor/dorado-and-friends:v0.2.3 "
214
214
215
215
}
216
216
@@ -220,7 +220,7 @@ profiles {
220
220
docker. enabled = false
221
221
conda. enabled = false
222
222
223
- process. container = " docker://nrminor/dorado-and-friends:v0.2.2 "
223
+ process. container = " docker://nrminor/dorado-and-friends:v0.2.3 "
224
224
225
225
}
226
226
@@ -230,7 +230,7 @@ profiles {
230
230
docker. enabled = false
231
231
conda. enabled = false
232
232
233
- process. container = " docker://nrminor/dorado-and-friends:v0.2.2 "
233
+ process. container = " docker://nrminor/dorado-and-friends:v0.2.3 "
234
234
235
235
}
236
236
You can’t perform that action at this time.
0 commit comments