Skip to content

Commit 09d8664

Browse files
authored
Update Dockerfile
install from requirements.freeze.txt for stable codespace creation
1 parent f73c62d commit 09d8664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
1111
RUN apt update && apt install -y fuse
1212

1313
# Install Python SDK
14-
COPY src/requirements.txt .
15-
RUN pip install -r requirements.txt
14+
COPY src/requirements.freeze.txt .
15+
RUN pip install -r requirements.freeze.txt

0 commit comments

Comments
 (0)