Skip to content

Commit

Permalink
📝 Update Docker Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
heronshoes committed May 24, 2023
1 parent f59e940 commit 694fa34
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 26 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# x86-64/Ubuntu-22.04/python-3.10.9/lab-3.6.1/notebook-6.5.3/2023-03-13
ARG BASE_IMAGE_TAG=295612d3ade4
# x86-64/Ubuntu-22.04/python-3.10.11/lab-3.6.3/notebook-6.5.4/2023-05-15
ARG BASE_IMAGE_TAG=513d0cb8a67c

FROM jupyter/minimal-notebook:$BASE_IMAGE_TAG

Expand Down
3 changes: 2 additions & 1 deletion docker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ gem 'red-arrow', '~> 12.0.0'
gem 'red-arrow-numo-narray'
gem 'red-parquet', '~> 12.0.0'

gem 'red_amber', path: '../'
# gem 'red_amber', path: '../'
gem 'red_amber'
gem 'red-amber-view'
gem 'rover-df'

Expand Down
31 changes: 13 additions & 18 deletions docker/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
PATH
remote: ..
specs:
red_amber (0.5.0.pre.HEAD)
red-arrow (~> 12.0.0)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -21,18 +15,18 @@ GEM
csv (3.2.6)
enumerable-statistics (2.0.7)
extpp (0.1.1)
faker (3.1.1)
faker (3.2.0)
i18n (>= 1.8.11, < 2)
fiddle (1.1.1)
gio2 (4.1.4)
gio2 (4.1.6)
fiddle
gobject-introspection (= 4.1.4)
glib2 (4.1.4)
gobject-introspection (= 4.1.6)
glib2 (4.1.6)
native-package-installer (>= 1.0.3)
pkg-config (>= 1.3.5)
gobject-introspection (4.1.4)
glib2 (= 4.1.4)
i18n (1.12.0)
gobject-introspection (4.1.6)
glib2 (= 4.1.6)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.4)
Expand All @@ -52,7 +46,7 @@ GEM
numpy
pycall (>= 1.0.0)
pkg-config (1.5.1)
playwright-ruby-client (1.31.1)
playwright-ruby-client (1.33.0)
concurrent-ruby (>= 1.1.6)
mime-types (>= 3.0)
pycall (1.4.2)
Expand All @@ -71,7 +65,7 @@ GEM
red-arrow
red-colors (0.3.0)
matrix
red-datasets (0.1.5)
red-datasets (0.1.6)
csv (>= 3.2.4)
rexml
rubyzip
Expand All @@ -82,7 +76,9 @@ GEM
red-colors (>= 0.3.0)
red-parquet (12.0.0)
red-arrow (= 12.0.0)
reline (0.3.3)
red_amber (0.5.0)
red-arrow (~> 12.0.0)
reline (0.3.4)
io-console (~> 0.5)
rexml (3.2.5)
rover-df (0.3.4)
Expand All @@ -93,7 +89,6 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
benchmark-ips
Expand All @@ -110,7 +105,7 @@ DEPENDENCIES
red-datasets
red-datasets-arrow
red-parquet (~> 12.0.0)
red_amber!
red_amber
rover-df
unicode_plot

Expand Down
10 changes: 5 additions & 5 deletions docker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ This is a docker image containing RedAmber created from
## Contents

- From jupyter/minimal-notebook:
- Based on 2023-03-13 (295612d3ade4)
- Based on 2023-05-15 (513d0cb8a67c)
- x86-64
- Ubuntu-22.04
- python-3.10.9
- lab-3.6.1
- notebook-6.5.3
- python-3.10.11
- lab-3.6.3
- notebook-6.5.4
- System ruby-dev:
- Ruby 3.0.2
- Arrow 11.0.0 for Ubuntu:
Expand All @@ -22,7 +22,7 @@ This is a docker image containing RedAmber created from
- Locally installed iruby:
- Using Ruby 3.0.2
- Locally installed bundler and Gemfile:
- RedAmber 0.4.1
- RedAmber 0.5.0
- Others (see Gemfile)

## Install
Expand Down

0 comments on commit 694fa34

Please sign in to comment.