Skip to content

Commit

Permalink
Merge pull request #189 from brain-bican/issue_34
Browse files Browse the repository at this point in the history
Export to CAS fix
  • Loading branch information
hkir-dev authored Jul 10, 2024
2 parents c9b64a0 + 42e7982 commit ddd9bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ RUN python3 -m pip install deepmerge==1.1.0
RUN python3 -m pip install numpy==1.26.4
RUN python3 -m pip install marshmallow==3.21.1
RUN python3 -m pip install python-dateutil==2.9.0
RUN python3 -m pip install --no-deps cas-tools==1.0.1
RUN python3 -m pip install --no-deps tdta==0.1.0.dev16
RUN python3 -m pip install --no-deps cas-tools==1.0.3
RUN python3 -m pip install --no-deps tdta==0.1.0.dev17

#RUN Rscript $WORKSPACE/dendR/install_packages.R

Expand Down
2 changes: 1 addition & 1 deletion scripts/import.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# see Dockerfile
WORKSPACE = "/tools"
GITHUB_SIZE_LIMIT = 50 * 1000 * 1000 # 50 MB
GITHUB_SIZE_LIMIT = 100 * 1000 * 1000 # 100 MB


@click.group()
Expand Down

0 comments on commit ddd9bf7

Please sign in to comment.