Skip to content

Commit 9082ccf

Browse files
committed
updated dockerfile
1 parent ce2201b commit 9082ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN source ~/anaconda3/bin/activate && \
5353

5454
RUN source ~/anaconda3/bin/activate && \
5555
conda activate gpu-flopbench && \
56-
pwd && ls -lah && pip install -r ./requirements.txt
56+
pwd && ls -lah && pip install -r ./requirements.txt
5757

5858
# Copy the source code into the container
5959
COPY . .

0 commit comments

Comments
 (0)