File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ FROM python:3.12-slim
33
44ENV PYTHONUNBUFFERED=1
55
6- COPY dist/mercury-3.0.2-py3-none-any.whl .
7- RUN pip install ./mercury-3.0.2-py3-none-any.whl
6+ # COPY dist/mercury-3.0.2-py3-none-any.whl .
7+ # RUN pip install ./mercury-3.0.2-py3-none-any.whl
8+ RUN pip install -U mercury
89
910WORKDIR /workspace
1011EXPOSE 8888
Original file line number Diff line number Diff line change 11{
22 "name" : " mercury-app" ,
3- "version" : " 3.0.2 " ,
3+ "version" : " 3.1.0 " ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1- __version__ = "3.0.2 "
1+ __version__ = "3.1.0 "
22
33from IPython .display import display
44
Original file line number Diff line number Diff line change 11{
22 "name" : " @mljar/mercury-meta" ,
3- "version" : " 3.0.2 " ,
3+ "version" : " 3.1.0 " ,
44 "description" : " Mercury Framework" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " mercury-application" ,
3- "version" : " 3.0.2 " ,
3+ "version" : " 3.1.0 " ,
44 "description" : " Mercury Jupyter application." ,
55 "private" : true ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @mljar/mercury-extension" ,
3- "version" : " 3.0.2 " ,
3+ "version" : " 3.1.0 " ,
44 "description" : " Mercury core logic and extension to preview apps inside JupyterLab." ,
55 "keywords" : [
66 " jupyter" ,
You can’t perform that action at this time.
0 commit comments