Skip to content

Commit

Permalink
Add evaluation of an object
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jan 24, 2025
1 parent e1773b8 commit 71ec133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ USER atlas
RUN echo -e '\n# Activate AnalysisBase environment on login shell\n. /release_setup.sh\n' >> /home/atlas/.bashrc && \
. /release_setup.sh && \
mkdir -p $(jupyter --config) && \
curl -LsSf https://astral.sh/uv/install.sh | sh
curl -LsSf https://astral.sh/uv/install.sh | sh && \
python -c 'import python_tool_handle; tool_handle = python_tool_handle.PythonToolHandle(); print(tool_handle)'

# $(jupyter --config) should be /home/atlas/.jupyter/
COPY --chown=atlas docker/jupyter_lab_config.py /home/atlas/.jupyter/
Expand Down

0 comments on commit 71ec133

Please sign in to comment.