File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
aiodns == 2.0.0
8
8
# via hail
9
+ aiofiles == 24.1.0
10
+ # via -r requirements.in
9
11
aiohappyeyeballs == 2.3.5
10
12
# via aiohttp
11
13
aiohttp == 3.10.2
@@ -14,6 +16,8 @@ aiohttp==3.10.2
14
16
# slackclient
15
17
aiosignal == 1.3.1
16
18
# via aiohttp
19
+ annotated-types == 0.7.0
20
+ # via pydantic
17
21
asttokens == 2.4.1
18
22
# via stack-data
19
23
async-timeout == 4.0.3
@@ -272,6 +276,10 @@ pycares==4.4.0
272
276
# via aiodns
273
277
pycparser == 2.21
274
278
# via cffi
279
+ pydantic == 2.8.2
280
+ # via -r requirements.in
281
+ pydantic-core == 2.20.1
282
+ # via pydantic
275
283
pygments == 2.17.2
276
284
# via
277
285
# ipython
@@ -365,6 +373,8 @@ typing-extensions==4.8.0
365
373
# azure-core
366
374
# azure-storage-blob
367
375
# janus
376
+ # pydantic
377
+ # pydantic-core
368
378
# typer
369
379
tzdata == 2023.3
370
380
# via pandas
Original file line number Diff line number Diff line change 1
1
FROM docker:dind as BUILD
2
2
FROM hailgenetics/hail:0.2.132-py3.10
3
3
COPY --from=BUILD /usr/local/bin/docker /usr/local/bin/docker
4
-
5
4
LABEL maintainer="Broad TGG"
6
5
6
+ RUN curl -sSL https://sdk.cloud.google.com | bash
7
+ ENV PATH $PATH:/root/google-cloud-sdk/bin
8
+
7
9
WORKDIR /v03_pipeline
8
10
9
11
# # Copy & Install Application Deps
You can’t perform that action at this time.
0 commit comments