Commit Graph

45 Commits

Author SHA1 Message Date
Bjørn Jørgensen
5bcf21052b Upgrade Python 3.11 (#1844)
* Update Dockerfile

* Update test_python.py

* [TMP] Do not install numba

* test with spark 3.4 rc2

* Update Dockerfile

* install tf with pip in conda

* remove mamba install pip

* Update Dockerfile

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@gmail.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2023-06-01 15:26:51 +04:00
Ayaz Salikhov
4d70cf8da9 Revert "Temporarily pin flatbuffers version (#1907)"
This reverts commit 8027d13f82.
2023-05-30 14:43:46 +04:00
Ayaz Salikhov
8027d13f82 Temporarily pin flatbuffers version (#1907)
* Temporarily pin flatbuffers version

* Update Dockerfile
2023-05-28 11:39:46 +04:00
Ayaz Salikhov
8dbeaa5401 Remove --quiet flag when not needed (#1887) 2023-03-09 15:52:20 +04:00
Ayaz Salikhov
44d3104b42 Remove export G_SLICE=always-malloc 2022-07-04 23:38:36 +04:00
Ben Mares
476829f0f4 Proposed improvements for G_SLICE (#1697)
* Try to fix mamba under aarch64 QEMU by setting ENV G_SLICE=always-malloc

* Set G_SLICE inside if statement

* Write "extract_threads: 1" to /opt/.condarc

Co-authored-by: Ayaz Salikhov <mathbunnyru@gmail.com>
2022-05-03 16:51:38 +03:00
Ayaz Salikhov
d35992de68 Add explicit pipefail and bash shell to all Dockerfiles 2022-03-17 13:07:47 +02:00
Ayaz Salikhov
81964f1883 Add some links for pre-commit and add default hooks 2022-03-14 15:42:52 +02:00
Ayaz Salikhov
ee44fe9e57 Remove tensorflow hotfix 2021-10-28 16:33:24 +03:00
Ayaz Salikhov
8f06d5ccc0 Fix tensorflow install 2021-10-16 22:06:12 +03:00
Ayaz Salikhov
d26adb81cb Fix tensorflow keras bug 2021-10-16 17:09:11 +03:00
Ayaz Salikhov
a6d0ed456e Merge branch 'master' into asalikhov/automatic_conda_versioning 2021-07-09 16:52:31 +03:00
Ayaz Salikhov
3c9e62efce Introduce owner to Dockerfiles to make it easy to test locally 2021-07-08 17:26:56 +03:00
Ayaz Salikhov
bfb8cc7d50 Allow conda to automatically deduce package versions 2021-06-20 22:13:15 +03:00
Ayaz Salikhov
ccebe16e6e More installation updates 2021-05-25 14:34:02 +03:00
romainx
25d4876efe Regular update 2021-05-04 18:36:03 +02:00
Ayaz Salikhov
902d140421 Use mamba instead of conda 2021-04-30 19:27:42 +03:00
Ayaz Salikhov
56a99320eb Install tensorflow from conda instead of pip 2021-04-30 09:14:04 +03:00
romainx
92289757d2 JupyterLab 3.0 and other updates 2021-01-22 09:36:22 +01:00
romainx
e81957ffda Regular update: 2020-12-27 2020-12-27 17:02:14 +01:00
romainx
32090f6011 Update docker stack 2020-11-20
The following changes have been made.

- `base-notebook`
  - `Changed`: Bump Ubuntu
  - `Changed`: Bump conda
  - `Fixed`: Add missing `apt-get clean`
- `minimal-notebook`
  - `Removed`: `jed` editor see #1174 (partial)
  - `Deprecated`: `emacs` editor (in the documentation and in the image) see #1174 (partial)
- `scipy-notebook`
  - `Fixed`: Add missing `apt-get clean`
  - `Changed`: Bump `dask`
  - `Changed`: Bump `protobuf`
- `r-notebook`
  - `Changed`: Bump `r-base`
  - `Changed`: Bump `r-rmarkdown`
  - `Removed`: The description of `tidyverse` packages because it's not the place to do that and it will always be obsolete.
- `datascience-notebook`
  - `Changed`: Bump `r-base` to `4.0.x` see #1102 (partial)
  - `Removed`: `plyr` package because it's retired fixes #1103
  - `Removed`: `r-reshape2` package because it's retired fixes #1103
  - `Changed`: Bump `r-rmarkdown`
  - `Changed`: Bump Julia
- `tensorflow-notebook`
  - `Changed`: Bump `tensorflow`
- `pyspark-notebook`
  - `Fixed`: Add missing `apt-get clean`
  - `Changed`: Bump `pyarrow`
- `all-spark-notebook`
  - `Fixed`: Add missing `apt-get clean`
  - `Changed`: Bump `r-base` to `4.0.x` see #1102 (partial)
  - `Changed`: Bump `r-sparklyr`
2020-10-20 11:36:34 +02:00
romainx
78c70dce88 Stack update (partial)
Following images updated

- `base-notebook`
- `scipy-notebook`
- `tensorflow-notebook`
- `tensorflow`
- `datascience-notebook`
- `r-notebook`
2020-09-19 07:17:45 +02:00
Romain
5e6645d137 Ignore DL3006 and DL3008 by default 2020-06-01 06:23:44 +02:00
Romain
7b48e43b74 Fix hadolint deviations 2020-05-29 19:33:24 +02:00
Ayaz Salikhov
42fff0d1d2 Upgrade Tensorflow to 2.2.0 2020-05-15 10:20:58 +02:00
Ayaz Salikhov
10dd74ba90 Use pip --no-cache-dir to install tensorflow 2020-05-12 03:46:25 +02:00
Ben Mares
cd5df45a9c upgrade tensorflow to 2.1 2020-01-28 09:18:20 +01:00
fahrettin.goekgoez
95e0449ebf upgrade to tensoflow2 2019-10-21 12:43:34 +02:00
echowhisky
167c686011 Merge branch 'master' into issue-861
Resolved conflicts between local branch and updates to the upstream
master.
2019-05-06 18:46:51 +00:00
echowhisky
40c5c07b0a added -f flag to all conda clean commands
This commit adds the additional `-f` force command to all uses of `conda
clean --all` through the repo. Size should be smaller, but still testing
if anything breaks. See issue #861.
2019-05-04 19:11:32 +00:00
echowhisky
1f8311a7aa changed -tipsy to --all -y across all files
The last commit was only for the base-notebook's Dockerfile. For this,
all the files in the repo were grepped through and changed.
2019-05-04 18:53:49 +00:00
Peter Parente
f067ea15ee Upgrade to tf 1.13 2019-04-21 16:48:41 -04:00
Simon Li
39dabe9f3e Update tensorflow to current release 1.12 2018-11-30 19:37:45 +00:00
graemes
1d763bbac5 Convert FROM specification to ARG (#727) 2018-10-19 18:52:27 +01:00
Peter Parente
e8048a25dc Fix builds by updating to compatible versions 2018-10-18 10:18:52 -04:00
Peter Parente
aabd6c9521 Update tensorflow to 1.5, keras to 2.1 2018-05-06 12:15:47 -04:00
Graham Dumpleton
4d32b2182e Ensure anything under $HOME is always writable to group. 2018-02-17 11:31:55 +11:00
cglewis
d91d4a8c48 MAINTAINER is deprecated, using LABEL now 2017-10-31 20:17:06 -07:00
Peter Parente
bf0111ca84 Add keras to the tensorflow stack 2017-09-04 21:07:50 -04:00
Min RK
c6c1ce4cb0 use groups for managing write-access to files
- any files the user should be able to write should have group `user-permissions` with `g+rwX`
- remove `chown` from start.sh because it is no longer needed
- add `fix-permissions` script for setting the user-writable permissions on a path
- user-permissions group as GID 10000 (is there a reason for it to have a different value?)
- containers can set group with `--group-add user-writable` if they want to run with a different uid/gid
  (without -u root -e NB_UID -e NB_GID, which make this unnecessary)
2017-08-26 09:50:56 -04:00
Min RK
32b3d2bec2 Remove Python 2
Only Python 3 from now on
2017-08-10 16:08:30 +02:00
Bas Nijholt
906c311c7a Bump tensorflow to 1.0 2017-03-13 15:16:41 +01:00
Seiji Kumagai
79bad3ae85 TensorFlow 0.11.0 2016-12-08 22:08:00 +01:00
Wei-Ting Kuo
48faabcda0 fix Dockerfile for better consistency 2016-08-24 20:24:48 +08:00
Wei-Ting Kuo
42d7ce247c add tensorflow book
update README.md

update README
2016-08-24 19:41:15 +08:00