pin version numbers
This commit is contained in:
Родитель
bdd7992be2
Коммит
81715636dd
|
@ -1,5 +1,4 @@
|
|||
FROM continuumio/anaconda3
|
||||
# FROM rocker/verse:3.5.0
|
||||
# RUN mkdir /tmp/output/
|
||||
|
||||
# RUN R -e "options(repos = list(CRAN = 'https://cran.microsoft.com/snapshot/2020-04-10/')); \
|
||||
|
@ -33,14 +32,10 @@ COPY env_r.yaml /tmp/
|
|||
RUN conda env update -n base -f /tmp/env_r.yaml
|
||||
|
||||
COPY requirements_dev.txt /tmp/
|
||||
RUN pip install -r /tmp/requirements_dev.txt
|
||||
# RUN pip install -r /tmp/requirements_dev.txt
|
||||
|
||||
WORKDIR /sreg
|
||||
# COPY denv.yaml /fission_nightly
|
||||
# RUN conda env create -f /fission_nightly/denv.yaml
|
||||
# COPY . /webrender_intel_win10_nightly
|
||||
|
||||
# RUN echo "project_id = moz-fx-ds-283" > /root/.bigqueryrc
|
||||
# RUN echo "project_id = moz-fx-data-shared-prod" > /root/.bigqueryrc
|
||||
|
||||
CMD /bin/bash etl.sh
|
||||
|
|
36
env_r.yaml
36
env_r.yaml
|
@ -4,28 +4,18 @@ channels:
|
|||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.7
|
||||
- click
|
||||
- fire # =0.2.1
|
||||
- joblib # =0.14.1
|
||||
- pandas-gbq # =0.13.0
|
||||
- pandas # =0.25.3
|
||||
- pyarrow # =0.15.1
|
||||
- r-base # =3.6.1
|
||||
- r-boot # =1.3_20
|
||||
- r-brms # =2.10.0
|
||||
- click==7.1.2
|
||||
- fire==0.3.1
|
||||
- joblib==0.16.0
|
||||
- pandas-gbq==0.13.2
|
||||
- pandas==1.1.0
|
||||
- pyarrow==0.15.1
|
||||
- r-base==3.5.3
|
||||
- r-boot==1.3_25
|
||||
- r-brms==2.12.0
|
||||
- r-feather==0.3.5
|
||||
- r-rjson==0.2.20
|
||||
- r-tidyverse==1.3.0
|
||||
|
||||
- r-loo=2.2.0
|
||||
- r-rstantools=2.0.0
|
||||
- r-tidyverse
|
||||
- r-feather # =0.3.5
|
||||
- r-rjson
|
||||
|
||||
# - r-loo=2.2.0
|
||||
# # - r-data.table # =1.12.8
|
||||
# - r-dt # =0.11
|
||||
|
||||
# - r-formattable # =0.2.0.1
|
||||
# - r-glue # =1.3.1
|
||||
# - r-logging # =0.10_108
|
||||
# - r-r.utils # =2.9.2
|
||||
# - r-rjson # =0.2.20
|
||||
# - r-vegawidget # =0.2.1
|
||||
|
|
Загрузка…
Ссылка в новой задаче