Skip to content

Commit

Permalink
created a docker file and tested that it is working locally
Browse files Browse the repository at this point in the history
  • Loading branch information
yasmin2424 committed Nov 26, 2024
1 parent e43ad8d commit fc13bfe
Show file tree
Hide file tree
Showing 6 changed files with 986 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM quay.io/jupyter/minimal-notebook:afe30f0c9ad8

COPY conda-linux-64.lock /tmp/conda-linux-64.lock
RUN mamba update --quiet --file /tmp/conda-linux-64.lock \
&& mamba clean --all -y -f \
&& fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}"

296 changes: 296 additions & 0 deletions conda-linux-64.lock

Large diffs are not rendered by default.

221 changes: 221 additions & 0 deletions conda-osx-64.lock

Large diffs are not rendered by default.

220 changes: 220 additions & 0 deletions conda-osx-arm64.lock

Large diffs are not rendered by default.

240 changes: 240 additions & 0 deletions conda-win-64.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ dependencies:
- vl-convert-python[version='>=1.6.0']
- ipykernel
- conda-lock
- pandera=0.20.4
prefix: /Users/yasminhassan/miniforge3/envs/loan_risk522

0 comments on commit fc13bfe

Please sign in to comment.