Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit 35eeb71

Browse files
committed
A few dockerfile changes
- Don't use `-slim` python base image. While rare, some systems will need compailer access to install some dependencies. This shouldn't affect binder startup performance, since the base image is likely to already be cached on the execution nodes. - Use the latest ibis release, rather than the dev branch.
1 parent 369e694 commit 35eeb71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-slim
1+
FROM python:3.10
22

33
ARG NB_USER=jovyan
44
ARG NB_UID=1000

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
notebook
22
jupyterlab == 3.4.8
33
altair
4-
ibis-framework[sqlite,duckdb,clickhouse]@git+https://github.com/ibis-project/ibis.git
4+
ibis-framework[sqlite,duckdb,clickhouse]
55
ibis-substrait

0 commit comments

Comments
 (0)