Skip to content

Commit

Permalink
Updated python-3.11.6
Browse files Browse the repository at this point in the history
* installed pandas into jupyter for local run
  • Loading branch information
Nikita-Smirnov-Exactpro committed Jan 20, 2025
1 parent 2e79ade commit fa90cd7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.9-slim
FROM python:3.11.6-slim

# Set the working directory in the container
WORKDIR /app
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ docker compose build

## Release notes:

### 0.1.0

* Updated python: `3.11.6`
* j-sp returns full paths via REST API

### 0.0.7

* j-sp generates cookies with `engine_user_id` field to identify user for creating unique python engine.
Expand Down
4 changes: 3 additions & 1 deletion local-run/with-jupyter-notebook/jupyter-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyter/datascience-notebook:python-3.9
FROM jupyter/datascience-notebook:python-3.11.6

RUN echo "c.ServerApp.base_url = '/jupyter/'" >> /etc/jupyter/jupyter_server_config.py

Expand All @@ -7,4 +7,6 @@ ENV PYTHONPATH="${PYTHONPATH}:${PYTHON_SHARED_LIB_PATH}"
ENV PIP_TARGET="${PYTHON_SHARED_LIB_PATH}"

RUN mkdir -p "${PYTHON_SHARED_LIB_PATH}"

RUN pip install pandas
RUN echo 'umask 0007' >> "${HOME}/.bashrc"
2 changes: 1 addition & 1 deletion package_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"package_name": "th2-json-stream-provider",
"package_version": "0.0.7"
"package_version": "0.1.0"
}

0 comments on commit fa90cd7

Please sign in to comment.