File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ ENV LANG C.UTF-8
1313
1414RUN apt-get update && apt-get install -y \
1515 ${PYTHON} \
16- ${PYTHON}-pip
16+ ${PYTHON}-pip \
17+ git \
18+ cmake \
19+ libgdal-dev \
20+ libsndfile-dev
1721
1822RUN ${PIP} --no-cache-dir install --upgrade \
1923 pip \
@@ -27,16 +31,11 @@ WORKDIR /opt/colab
2731
2832COPY requirements.txt .
2933
30- RUN apt-get install -y cmake libgdal-dev libsndfile-dev
31-
3234RUN CPLUS_INCLUDE_PATH=/usr/include/gdal \
3335 C_INCLUDE_PATH=/usr/include/gdal \
3436 pip install -r requirements.txt \
3537 && pip install jupyter_http_over_ws \
3638 && jupyter serverextension enable --py jupyter_http_over_ws
37- RUN pip install --upgrade holoviews plotly datashader panel
38- RUN apt-get install -y git
39- RUN pip install cirq==0.8.2 qsimcirq==0.4.1
4039
4140EXPOSE 8888
4241
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A Docker container to act as a local runtime for [Google Colab](https://colab.re
55
66## Run
77``` bash
8- $ docker run --runtime=nvidia -it --rm -p 8888:8888 refikanadolstudio/docker- colab-local:latest
8+ $ docker run --runtime=nvidia -it --rm -p 8888:8888 refikanadolstudio/colab-local:latest
99```
1010Or, to mount a volume so that it's accessible to colab:
1111``` bash
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ branca==0.4.1
2424bs4 == 0.0.1
2525CacheControl == 0.12.6
2626cachetools == 4.1.1
27+ cachier == 1.4.3
2728catalogue == 1.0.0
2829certifi == 2020.6.20
2930cffi == 1.14.3
@@ -192,7 +193,7 @@ pickleshare==0.7.5
192193Pillow == 7.0.0
193194pip-tools == 4.5.1
194195plac == 1.1.3
195- plotly == 4.4.1
196+ plotly == 4.11.0
196197plotnine == 0.6.0
197198pluggy == 0.7.1
198199portpicker == 1.3.1
@@ -332,3 +333,7 @@ xlwt==1.3.0
332333yellowbrick == 0.9.1
333334zict == 2.0.0
334335zipp == 3.2.0
336+ cirq == 0.8.2
337+ qsimcirq == 0.4.1
338+ datashader == 0.11.1
339+ fsspec == 0.8.3
You can’t perform that action at this time.
0 commit comments