We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2201b commit 9082ccfCopy full SHA for 9082ccf
Dockerfile
@@ -53,7 +53,7 @@ RUN source ~/anaconda3/bin/activate && \
53
54
RUN source ~/anaconda3/bin/activate && \
55
conda activate gpu-flopbench && \
56
- pwd && ls -lah && pip install -r ./requirements.txt
+ pwd && ls -lah && pip install -r ./requirements.txt
57
58
# Copy the source code into the container
59
COPY . .
0 commit comments