From a5b92a00935f59cd6bb52f58ff92d5db1f36afe1 Mon Sep 17 00:00:00 2001 From: Teal Hobson-Lowther Date: Fri, 4 May 2018 10:05:50 -0700 Subject: [PATCH 1/2] update the Dockerfile to use /datalad persistent dir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 328f7276f6..5af33df2a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN apk --update add --virtual build-dependencies libffi-dev openssl-dev python3 && apk del build-dependencies \ && mkdir /repos -CMD ["gunicorn", "--bind", "0.0.0.0:9877", "--reload", "datalad_service.app:create_app('/repos')", "--workers", "1"] +CMD ["gunicorn", "--bind", "0.0.0.0:9877", "--reload", "datalad_service.app:create_app('/datalad')", "--workers", "1"] From d8d6677e981535f10fbba01d3113d0b1411cd284 Mon Sep 17 00:00:00 2001 From: Teal Hobson-Lowther Date: Fri, 4 May 2018 10:10:31 -0700 Subject: [PATCH 2/2] update requirements.txt to include celery and dependencies --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/requirements.txt b/requirements.txt index eceafe4159..060632b217 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,12 @@ +amqp==2.2.2 appdirs==1.4.3 asn1crypto==0.24.0 astroid==1.6.3 attrs==17.4.0 autopep8==1.3.5 +billiard==3.5.0.3 boto==2.48.0 +celery==4.1.0 certifi==2018.1.18 cffi==1.11.5 chardet==3.0.4 @@ -26,6 +29,7 @@ jsmin==2.2.2 keyring==12.0.1 keyrings.alt==3.0 lazy-object-proxy==1.3.1 +kombu==4.1.0 lxml==4.2.1 mccabe==0.6.1 mock==2.0.0 @@ -45,6 +49,8 @@ pylint==1.8.4 pytest==3.5.0 pytest-cov==2.5.1 python-mimeparse==1.6.0 +pytz==2018.4 +redis==2.10.6 requests==2.18.4 SecretStorage==2.3.1 simplejson==3.13.2 @@ -52,4 +58,5 @@ six==1.11.0 smmap2==2.0.3 tqdm==4.23.0 urllib3==1.22 +vine==1.1.4 wrapt==1.10.11