Skip to content

Commit

Permalink
Update Dockerfile and README
Browse files Browse the repository at this point in the history
  • Loading branch information
scanon committed Feb 18, 2022
1 parent 3005872 commit 69b4b2a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM ubuntu:20.04

LABEL maintainer="[email protected]"
LABEL us.kbase.ubuntu="20.04"
LABEL us.kbase.python="3.8.4"
LABEL us.kbase.sdk="1.0.18"

RUN \
apt-get -y update && \
export DEBIAN_FRONTEND=noninteractive && \
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@
This is a very minimal base python image for building KBase SDK apps.


## Contents

This image just contains the basics.

* Ubuntu 20.04 base image
* Dependencies packages: gcc make curl git openjdk-8-jre
* Installation of the kb-sdk tool (1.0.18)
* Python 3.8 via Conda
* Mamba for Conda package installation
* A select set of python modules

0 comments on commit 69b4b2a

Please sign in to comment.