Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
e596eec2
Commit
e596eec2
authored
Jun 14, 2018
by
Paul
Browse files
Only disable cache in dockerfile
parent
661e6287
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
requirements.txt
requirements.txt
+1
-1
No files found.
Dockerfile
View file @
e596eec2
...
...
@@ -44,7 +44,7 @@ RUN cget -p $PREFIX init --cxx /opt/rocm/bin/hcc
# Install dependencies
ADD
dev-requirements.txt /dev-requirements.txt
ADD
requirements.txt /requirements.txt
RUN
cget
-p
$PREFIX
install
-f
/dev-requirements.txt
RUN
cget
-p
$PREFIX
install
-f
/dev-requirements.txt
-DMIOPEN_CACHE_DIR
=
""
ENV
LD_LIBRARY_PATH=$PREFIX/lib
...
...
requirements.txt
View file @
e596eec2
google/protobuf
RadeonOpenCompute/rocm-cmake@3f43e2d493f24abbab4dc189a9ab12cc3ad33baf
--build
ROCmSoftwarePlatform/MIOpen,http://gitlab1.amd.com/pfultz/miopen/-/archive/57dd8372fa043f4bb500ac297f2c479e1c819e89/miopen-57dd8372fa043f4bb500ac297f2c479e1c819e89.tar.bz2
-DMIOPEN_CACHE_DIR=""
ROCmSoftwarePlatform/MIOpen,http://gitlab1.amd.com/pfultz/miopen/-/archive/57dd8372fa043f4bb500ac297f2c479e1c819e89/miopen-57dd8372fa043f4bb500ac297f2c479e1c819e89.tar.bz2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment