Skip to content

Commit

Permalink
changed to python 3.10 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinemlarson committed Jan 29, 2025
1 parent f81f83e commit 5f8d034
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM python:3.9-slim-buster
FROM python:3.10-slim-buster
# 2025 jan 28 trying python 3.10
#FROM python:3.9-slim-buster
#FROM python:3.8-slim-buster
LABEL maintainer="EARTHSCOPE"
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
6 changes: 6 additions & 0 deletions developer_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ docker build --no-cache -t <imagename> .
docker run -it <imagename> /bin/bash
If you want to mount volumes you could copy the -v syntax from the unavdocker/gnssrefl docker run command.

docker images tells you what is running

docker.io/library/nameofimage
tag is latest
get image number imageNu

docker run -i -t imageNu /bin/bash

# disutils - change to meson

Expand Down

0 comments on commit 5f8d034

Please sign in to comment.