derek-thomas commited on
Commit
b4b0de6
·
1 Parent(s): c349f19

Updating jupyterlab

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ghcr.io/huggingface/text-generation-inference:1.3 as base
3
 
4
  # Install JupyterLab
5
  # Note: Ensure Python is installed in the base image. If not, you will need to install it.
6
- RUN pip install jupyterlab
7
 
8
  # Copy any necessary files (if needed)
9
  # COPY your-files /your-destination
 
3
 
4
  # Install JupyterLab
5
  # Note: Ensure Python is installed in the base image. If not, you will need to install it.
6
+ RUN pip install jupyterlab jupyterlab-vim==0.15.1 jupyterlab-vimrc
7
 
8
  # Copy any necessary files (if needed)
9
  # COPY your-files /your-destination